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.
961
E-Mail / Re: DKIM email issue
« on: March 10, 2015, 09:06:04 PM »
try rebuilding your mail server with dkim&SPF
962
E-Mail / Re: Outlook Configuration
« on: March 10, 2015, 09:01:12 PM »
you will need to check if your postfix is running and by using netstats you can check on which ports.
Code: [Select]
netstat -tulpn
963
E-Mail / Re: Roundcube cannot receive email from Gmail and Yahoo
« on: March 10, 2015, 08:58:57 PM »
you will need to check if you have a valid rDNS set and DKIM signed emails.
964
DNS / Re: BIND will not start
« on: March 10, 2015, 07:48:20 PM »
you need to check on the error message which you get when restarting the bind, it will guide you where the real error is hidden
965
DNS / Re: Allow clients to change their DNS zones
« on: March 10, 2015, 07:46:38 PM »
its planned to be added also like hundreds of other options on our build list.
You can always use donations if you want to help and speeding up development.
You can always use donations if you want to help and speeding up development.
966
DNS / Re: How To Setting DNS as User
« on: March 10, 2015, 07:44:55 PM »
dns zone is automatically created once you add a new domain or a new account.
967
DNS / Re: How to Setup DNS (BIND) on server
« on: March 10, 2015, 07:43:34 PM »
nameservers can be set on one IP address, you can check this example
ns1 14400 IN A 183.4.123.120
ns2 14400 IN A 183.4.123.120
However, don't forget to register them with your domain registrar.
ns1 14400 IN A 183.4.123.120
ns2 14400 IN A 183.4.123.120
However, don't forget to register them with your domain registrar.
968
Apache / Re: Report: Missing domain in vhosts.conf
« on: March 10, 2015, 01:16:24 PM »
fixed in the new version 0.9.8.2
969
Apache / Re: 403 Forbidden
« on: March 10, 2015, 01:15:33 PM »
you need to check apache error_log
Also FIx account permissions could help
Also FIx account permissions could help
970
Apache / Re: I can't see my homepage.
« on: March 10, 2015, 01:14:32 PM »
again 101 post with the same question, search and read before posting
It's from day one on the FAQ/wiki website!!!
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
It's from day one on the FAQ/wiki website!!!
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
971
Apache / Re: Apache not loading site propperly.
« on: March 10, 2015, 01:12:09 PM »
you already have this 100 times posted on the forum, but probably nobody doesn't even use a search option.
Also this is from day one on the FAQ site, but probably also nobody doesn't read that to since it's much easier to post than search.
http://wiki.centos-webpanel.com/
Also this is from day one on the FAQ site, but probably also nobody doesn't read that to since it's much easier to post than search.
http://wiki.centos-webpanel.com/
972
Apache / Re: URGENT: Giving 403 Error for new domains, also won't add long domains
« on: March 10, 2015, 01:09:20 PM »
you need to check on apache error_log for all issues with apache!
It would be the best to check on that with your hosting sys admin.
It would be the best to check on that with your hosting sys admin.
973
Apache / Re: How to setup svn on server contained centos web panel
« on: March 10, 2015, 01:06:47 PM »
have you checked svn install instruction for CentOS ?
974
Apache / Re: Disable or Compile without suPHP
« on: March 10, 2015, 01:05:48 PM »
you can install Varnish as a cache server in front of the apache, it should increase performances.
Varnish can be installed from CWP.admin
Varnish can be installed from CWP.admin
975
Apache / Re: 500 Internal Server Error
« on: March 10, 2015, 01:04:08 PM »
user Fix Permission option in the CWP for the user nobody should fix that issue.