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
Installation / Re: suddenly getting "502 bad gateway" for CWP admin panel
« on: September 14, 2017, 07:28:25 AM »
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
77
CentOS 7 Problems / Re: Mysqld doesn't work. Message: [obfuscated](): (HY000/2002):
« on: September 14, 2017, 07:26:55 AM »
then you need to check where your mysql logs are located and check there...you can also try to check /var/log/ or try to check if the logs are configured in configuration.
78
CentOS 7 Problems / Re: How to have access control for all users, including root, for R/W regular files?
« on: August 10, 2017, 01:38:45 PM »
CWP now has a custom security kernel which is similar to LSM but more advanced.
You would need to have a support service for this custom kernel and tool installation
http://centos-webpanel.com/support-services
You would need to have a support service for this custom kernel and tool installation
http://centos-webpanel.com/support-services
79
CentOS-WebPanel Bugs / Re: CSF/LDF + MODSEC dont work!!!
« on: August 09, 2017, 01:42:55 PM »
You can find instructions here
http://wiki.centos-webpanel.com/csflfd-firewall-configuration
http://wiki.centos-webpanel.com/csflfd-firewall-configuration
80
Apache / Re: Apache failed
« on: July 30, 2017, 07:12:19 AM »
try this
service httpd stop
service nginx stop
killall -9 httpd
killall -9 nginx
and then again start services and also check your disk space
service httpd stop
service nginx stop
killall -9 httpd
killall -9 nginx
and then again start services and also check your disk space
81
CentOS 7 Problems / Re: MAIL SERVER
« on: July 30, 2017, 07:09:53 AM »
the best would be that you check this with your server provider, it could be that your server provider has blocked smtp ports or your server firewall.
In some cases providers don't allow usage of the port smtp port 25 so you need to check that with them.
In some cases providers don't allow usage of the port smtp port 25 so you need to check that with them.
82
PHP / Re: Phpmyadmin "502 Bad Gateway" Error
« on: July 25, 2017, 11:28:46 AM »
does cwp and roundcube work fine ?
83
CentOS 7 Problems / Re: Could not select database root_cwp
« on: July 22, 2017, 09:11:49 AM »
for issue with mysql you need to check mysql logs.
84
CentOS 7 Problems / Re: Admin URL ERR_CONNECTION_RESET
« on: July 22, 2017, 09:10:50 AM »
then you need to check port limits with your server provider
85
CentOS 7 Problems / Re: Warning: [obfuscated](): (HY000/1045): Access denied for user 'root'@'localhost'
« on: July 22, 2017, 09:09:21 AM »
you need to check mysql server logs for issues with mysql
86
CentOS 7 Problems / Re: Admin URL ERR_CONNECTION_RESET
« on: July 21, 2017, 07:02:57 PM »
then check your CSF firewall, you can disable it for first test and if this is firewall related don't forget to add cwp ports on the TCP_IN and TCP_OUT list in csf configuration file /etc/csf/csf.conf
After making changes restart firewall
After making changes restart firewall
Code: [Select]
csf -r
87
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: July 19, 2017, 06:47:02 AM »
you can contact our support to check this for you since we can't know exact issue without checking your server.
89
CentOS 7 Problems / Re: MAIL SERVER
« on: July 18, 2017, 06:51:33 PM »
from linux you can check your PTR/RDNS records by using this comand
Code: [Select]
dig -x IPADDRESS +short it should be as your hostname.
90
CentOS 7 Problems / Re: Cannot Access CWP URL | IP Address:2030
« on: July 18, 2017, 06:48:05 PM »
if you have access to cwp then you can edit this configuration and enable your root access
Other solution is that you contact your server provider for password recovery instructions
Other solution is that you contact your server provider for password recovery instructions
