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.
167
Mod_Security / Re: Installed Comodo rules, dashboard still says need to install mod_securityI
« on: September 18, 2017, 07:41:34 AM »
Restart httpd service on the server and see if this fix it or not.
service httpd restart
service httpd restart
168
Installation / Re: WEB ADMIN PANEL NOT OPENING
« on: September 16, 2017, 01:40:22 PM »Try to disable iptables or csf to see if panel is working or not.
# service iptables stop
# csf -x
169
SSL / Re: Certbot installation and requesting certificate (CentOS 7)
« on: September 16, 2017, 01:37:05 PM »
Awesome, thanks for sharing these instructions.
170
PHP / Re: PHP User can't change the permitions of the directories.
« on: September 16, 2017, 01:33:45 PM »171
Installation / Re: getting "502 bad gateway" for CWP admin panel
« on: September 16, 2017, 01:28:40 PM »
Then, you need to check the logs to see the exact error you have :-
http://wiki.centos-webpanel.com/service-log-paths
http://wiki.centos-webpanel.com/service-log-paths
172
CentOS 6 Problems / Re: Notifications
« on: September 14, 2017, 10:01:36 AM »
+1 for this ( Notification Bar ) feature request.
173
Installation / Re: Unable to install CWP on Cent OS 7
« on: September 13, 2017, 09:01:54 AM »
Glad to hear your issue has been resolved.
174
E-Mail / Re: Move spamassassin marked mail to Spam folder
« on: September 13, 2017, 08:58:29 AM »
Check this discussion :- http://forum.centos-webpanel.com/e-mail/how-to-config-spamassassin-on-cwp/
175
SSL / Re: CWP hostname certificate not renewed
« on: September 13, 2017, 08:22:46 AM »
Did you have server hostname mentioned in Let's Encrypt Config file /usr/local/cwpsrv/conf/cwpsrv.conf
176
E-Mail / Re: rDNS/PTR = FAILED, check with your hosting provider!
« on: September 12, 2017, 07:55:29 AM »
Must be DNS issue on your CentOS panel, check these links :-
http://forum.centos-webpanel.com/dns/weird-issue-with-rdnsptr-in-control-panel/
http://forum.centos-webpanel.com/dns/rdnsptr-failed-for-hostname/
http://forum.centos-webpanel.com/dns/weird-issue-with-rdnsptr-in-control-panel/
http://forum.centos-webpanel.com/dns/rdnsptr-failed-for-hostname/
177
E-Mail / Re: Connection to IMAP server failed
« on: September 11, 2017, 10:34:59 AM »
Check if IMAP is running on your server or not.
You can verify this easily with 'telnet localhost 143' at the server or 'telnet server-ip 143' from your computer using command prompt.
If this is correct then check if localhost line is present in below file or not?
/etc/hosts
You can verify this easily with 'telnet localhost 143' at the server or 'telnet server-ip 143' from your computer using command prompt.
If this is correct then check if localhost line is present in below file or not?
/etc/hosts
178
Installation / Re: Unable to install CWP on Cent OS 7
« on: September 09, 2017, 09:29:25 PM »
It seems to be DNS issue on your VPS.
Try yum update command if same error then try below fix.
/etc/resolv.conf
and insert
nameserver 8.8.8.8
nameserver 8.8.4.4
Try yum update command if same error then try below fix.
/etc/resolv.conf
and insert
nameserver 8.8.8.8
nameserver 8.8.4.4
179
PHP / Re: configured 7.1 the way I like it, how do I set as default?
« on: September 09, 2017, 09:22:56 PM »
Yes, that's correct.
180
SSL / Re: auto generate ssl for dashboard hostname
« on: September 09, 2017, 12:07:28 AM »
SSL will be automatically installed, the only condition is that you have A records set for your hostname.
Check this link :- http://wiki.centos-webpanel.com/hostname-ssl-with-letsencrypt
Check this link :- http://wiki.centos-webpanel.com/hostname-ssl-with-letsencrypt