This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
76
DNS / Re: Subdomain: 500 Internal Server Error
« on: September 28, 2016, 06:31:50 PM »
How is the server setup ? are you using Varnish or Nginx with Apache, what happens if you put a .html file in the folder as an index ?
77
DNS / Re: Subdomain: 500 Internal Server Error
« on: September 28, 2016, 06:53:24 AM »
you could try fix permissions
78
Apache / Re: my server some web 500 internal Server Error but not show error log
« on: September 14, 2016, 02:54:48 PM »
Maybe you're looking in the wrong log try /usr/local/apache/logs
79
Apache / Re: Vhost and Changing public_html to public
« on: September 14, 2016, 02:52:33 PM »
Try changing it in Apache Vhosts template
80
MySQL / Re: After the restart MySql get this message
« on: September 08, 2016, 02:59:54 PM »
Yes its normal , the connection was terminated to the database when it was restarted
81
Postfix / Re: Need help to rebuild postfix database
« on: September 06, 2016, 07:03:00 PM »
if you pm me your email address ill send you my sql table dump
83
Apache / Re: How to redirect all subdomain to main domain ?
« on: August 31, 2016, 05:13:24 PM »
Select the main sites public_html when you add the sub domain or edit virtual hosts config file or use a php redirect
84
E-Mail / Re: mail traffic report
« on: August 31, 2016, 05:09:37 PM »
Hi
if you're looking for mail stats rather than bandwidth used have a look at pflogsum
if you're looking for mail stats rather than bandwidth used have a look at pflogsum
85
CentOS-WebPanel Bugs / Re: gui - problem
« on: June 06, 2016, 06:36:55 AM »
Hi it looks like there was an update , it doesn't seem to break anything so I'm sure it will be fixed in the next release
86
MySQL / Re: Remote MySQL
« on: June 01, 2016, 12:34:49 PM »
Create a user like you would any other use but add % instead of local and open port 3306 for the incoming ip address in the firewall or enable ssh for the user and let them login to their database via ssh tunnel
87
E-Mail / Re: How to config spamassassin on cwp
« on: May 26, 2016, 02:31:44 PM »
Have a look in /etc/mail/spamassassin/local.cf
88
Varnish / Re: default.vcl discussion
« on: January 02, 2016, 10:28:39 AM »
Ok and do you see any of the varnish headers in the " inspect element" or developer tools "network" section ? I'm assuming you used the one click thingy under select web server in CWP to to set the config ?
89
Varnish / Re: default.vcl discussion
« on: January 01, 2016, 05:20:59 PM »
change your apache server to port 8181 and let varnish have port 80 so it receives the http traffic fist and then talks to apache
90
How to / Re: cron syntax help needed
« on: December 30, 2015, 07:13:44 AM »
You should just need
lynx http://mysite.com/members/cron_amazon.php > /dev/null
lynx is a text line "browser" not a php library, you may however need to install lynx
you install lynx
lynx http://mysite.com/members/cron_amazon.php > /dev/null
lynx is a text line "browser" not a php library, you may however need to install lynx
you install lynx