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.
121
Installation / Re: Domains are showing there root folder
« on: June 02, 2017, 12:27:36 PM »
try restarting it, you can also check that with our or litespeed support
122
CentOS 7 Problems / Re: PHP selector 5.5 and 4.4 not installed !
« on: June 01, 2017, 05:45:23 PM »
on centos 7 it will not work (ist too old) while you can use it on centos 6.
It can also work on centos 7 but with some disabled options and that is also not good then.
It can also work on centos 7 but with some disabled options and that is also not good then.
123
CentOS-WebPanel GUI / Re: Cannot access Admin : 504 Gateway Time-out
« on: May 31, 2017, 05:42:21 AM »
this looks like somecheck stucks on your server have you tired with fast login ?
You can contact us here and include your login so we can check it.
http://centos-webpanel.com/contact
You can contact us here and include your login so we can check it.
http://centos-webpanel.com/contact
125
CentOS-WebPanel Bugs / Re: Is there anyway to adding paginating to firewall link ?
« on: May 28, 2017, 07:11:40 AM »
for working with huge number of entries we would recommend to use shell command fro csf
Code: [Select]
csf --help
128
Mod_Security / Re: Reloading httpd: not reloading due to configuration syntax error
« on: May 19, 2017, 08:07:28 AM »
for issue with services going down you need to check /var/log/messages log file as this could be memory usage issue.
Regarding modsecurity not working you need to send info about what you get from apache when it doesn't want to start.
Regarding modsecurity not working you need to send info about what you get from apache when it doesn't want to start.
Code: [Select]
service httpd status
129
Varnish / Re: How to install varnish cache on centos [CWP]
« on: May 18, 2017, 09:42:48 PM »
its under WebServers in left menu
130
MySQL / Instructions for fixing roundcube issues
« on: May 17, 2017, 08:13:17 PM »
If you get this error message on your roundcube link:
Check roundcube logs in file: /usr/local/cwpsrv/var/services/roundcube/logs/errors
In case that your error looks like this
Check the password set in roundcube config in file /usr/local/cwpsrv/var/services/roundcube/config/config.inc.php
Output will be like this
Now lets set the same in mysql.
Now again check if roundcube works.
In case you get this error:
run this command
Code: [Select]
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
Check roundcube logs in file: /usr/local/cwpsrv/var/services/roundcube/logs/errors
In case that your error looks like this
Code: [Select]
[17-May-2017 20:18:11 +0000]: <gv4343g> DB Error: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localhost' (using password: YES) in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_db.php on line 173 (GET /roundcube/)
[17-May-2017 20:18:11 +0000]: <gv4343g> DB Error: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localhost' (using password: YES) (GET /roundcube/)
Check the password set in roundcube config in file /usr/local/cwpsrv/var/services/roundcube/config/config.inc.php
Code: [Select]
grep db_dsnw /usr/local/cwpsrv/var/services/roundcube/config/config.inc.php
Output will be like this
Code: [Select]
$config['db_dsnw'] = 'mysqli://roundcube:42Etn3fd7skc@localhost/roundcube';
** This means that your password is 42Etn3fd7skcNow lets set the same in mysql.
Code: [Select]
mysql -e "SET PASSWORD FOR 'roundcube'@'localhost' = PASSWORD('42Etn3fd7skc');"
mysql -e "FLUSH PRIVILEGES;"
Now again check if roundcube works.
In case you get this error:
Code: [Select]
[17-May-2017 20:29:09 +0000]: <gv91fd30g> DB Error: [1146] Table 'roundcube.session' doesn't exist (SQL Query: SELECT `vars`, `ip`, `changed`, now() AS ts FROM `session` WHERE `sess_id` = 'gv93bfdsfdffdfdj3') in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_db.php on line 539 (GET /roundcube/)
run this command
Code: [Select]
mysql -u root 'roundcube' < /usr/local/cwpsrv/var/services/roundcube/SQL/mysql.initial.sql
that is it, enjoy your roundcube.
131
PHP / Re: PHP Selector
« on: May 17, 2017, 08:24:25 AM »
check that you have installed required php versions in cwp.admin php selector
132
MySQL / Re: Help Can,t see MSQL manager
« on: May 17, 2017, 05:43:24 AM »
you can contact us here so we can check it
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
133
Apache / Re: CWP Welcome Page is not working after update
« on: May 16, 2017, 09:42:05 PM »
do you have nginx or varnish enabled/installed ?
134
Apache / Re: Apache has stopped
« on: May 16, 2017, 05:18:09 AM »
to killall apache process you can use
but you should check before what is listening on the port 80 as you might have there nginx and/or varnish.
In case you have something else on the port 80 then you should use rebuild vhost option from the cwp.
Code: [Select]
killall -9 httpd
service httpd restart
but you should check before what is listening on the port 80 as you might have there nginx and/or varnish.
In case you have something else on the port 80 then you should use rebuild vhost option from the cwp.
135
CentOS 6 Problems / Re: File Lock
« on: May 16, 2017, 05:04:57 AM »
backups will work if they are out of the public_html folder.
You can login into users panel by using USERNAME and root password to enable/disable file system lock.
You can login into users panel by using USERNAME and root password to enable/disable file system lock.