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.
1156
CentOS 7 Problems / Re: Mysqld doesn't work. Message: [obfuscated](): (HY000/2002):
« on: September 21, 2017, 01:02:58 PM »
depending on your mysql version you need to google this for mysql or mariadb
check mysql version
check mysql version
Code: [Select]
mysql --version
1157
Installation / Re: I cannot access panel after installation
« on: September 21, 2017, 12:57:30 PM »
try checking that your ports are open on the firewall and that the service is running on that port
this command will show you if the service is running named as cwpsrv
this command will show you if the service is running named as cwpsrv
Code: [Select]
netstat -tulpn|grep 203
1158
CentOS 7 Problems / Re: The file /usr/local/cwpsrv/htdocs/admin/admin/index.php is corrupted
« on: September 21, 2017, 12:53:03 PM »1159
Information / Re: Multiple IPs to one account
« on: September 21, 2017, 12:43:11 PM »
unfortunately this isn't possible without custom changes which are NOT recommended as future upgrades could break it again.
Also its recommended to have each domain separated on the different account so you can better limit it and have a better security in case if something goes wrong with one domain
Also its recommended to have each domain separated on the different account so you can better limit it and have a better security in case if something goes wrong with one domain
1160
Installation / Re: permanently redirect to https
« on: September 21, 2017, 12:36:40 PM »
yes but you need to use nginx rules for ports 2030,2031,2082,2083,2086,2087,2095,2096
1161
CentOS-WebPanel GUI / Re: disable notifications / alerts
« on: September 21, 2017, 12:34:46 PM »
don't know about ssh port alert but mod_security is compatible with almost any site...and you can simply whitelist the rules causing you an issue and add custom rules if needed.
1162
E-Mail / Re: Having trouble with emails
« on: September 21, 2017, 12:30:06 PM »
the best would be that you contact the support since this issue should be checked by sysadmin with experience.
1164
Mod_Security / Re: Installed Comodo rules, dashboard still says need to install mod_securityI
« on: September 21, 2017, 12:26:25 PM »
you probably have multiple messages there which you need to delete.
try clicking and reloading site few times until this messages are gone, you will notice that the message id is changed on each reload.
try clicking and reloading site few times until this messages are gone, you will notice that the message id is changed on each reload.
1165
CentOS 7 Problems / Re: cwpsvc high cpu usage. lfd sending email every 10 mins
« on: September 21, 2017, 12:24:08 PM »
yes 100%
cwpsvc is a process that is used for cwp services like for example roundcube and phpmyadmin, if you have high activity there then you should check if maybe you have some brute force attack there.
you can check cwp logs for that
http://wiki.centos-webpanel.com/service-log-paths
cwpsvc is a process that is used for cwp services like for example roundcube and phpmyadmin, if you have high activity there then you should check if maybe you have some brute force attack there.
you can check cwp logs for that
http://wiki.centos-webpanel.com/service-log-paths
1166
Installation / Re: WEB ADMIN PANEL NOT OPENING
« on: September 21, 2017, 12:19:30 PM »
since the port 2030 is a custom port it's probably closed by your server provider and you need to check that with them.
1167
Updates / Re: Apache 2.4.27 option missing in Apache Builder (compiler)
« on: September 21, 2017, 12:17:54 PM »
why you need to recompile it, something custom or ?
to rebuild existing version try to use this command
to rebuild existing version try to use this command
Code: [Select]
yum reinstall cwp-httpd
1168
Installation / Re: Sever reboot and can't reach the sever IP anymore.
« on: September 21, 2017, 12:14:46 PM »
try checking with your server provider if the server is online also try checking if the ping and ssh connection works before
1169
Nginx / Re: running nginx w/o apache
« on: September 21, 2017, 12:12:22 PM »
currently you can run nginx as proxy only...but you could install nginx and php-fpm but that requires custom configuration and knowledge from your side.
1170
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: September 21, 2017, 12:11:01 PM »
be sure that you have followed instructions and this part :
If something goes wrong with you apache try also this command
If something goes wrong with you apache try also this command
Code: [Select]
yum reinstall cwp-httpd cwp-suphp
