Show Posts

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.


Messages - Administrator

Pages: 1 ... 4 5 [6] 7 8 ... 110
76
CentOS-WebPanel Bugs / Re: CSF/LDF + MODSEC dont work!!!
« on: August 09, 2017, 01:42:55 PM »

77
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

78
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.

79
PHP / Re: Phpmyadmin "502 Bad Gateway" Error
« on: July 25, 2017, 11:28:46 AM »
does cwp and roundcube work fine ?

80
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.

81
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

82
you need to check mysql server logs for issues with mysql

83
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
Code: [Select]
csf -r

84
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.

85
CentOS 7 Problems / Re: fix_acc_perm
« on: July 18, 2017, 06:56:02 PM »
try running update script manually from shell
Code: [Select]
sh /scripts/update_cwp

86
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.

87
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

88
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: July 18, 2017, 06:45:15 PM »
try checking your httpd.conf file, maybe you have some double include values

89
MySQL / Re: Where is the pma folder located
« on: July 15, 2017, 05:49:21 AM »
phpmyadmin location
/usr/local/cwpsrv/var/services/pma/

90
you can use this script
Code: [Select]
sh /scripts/generate_hostname_ssl

Pages: 1 ... 4 5 [6] 7 8 ... 110