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: Issue in new installed CWP
« on: June 08, 2017, 11:01:39 AM »
to enable it on the system start use this command
Code: [Select]
systemctl enable spamassassin.service
systemctl enable amavisd.service
122
Information / Re: Delete domain
« on: June 04, 2017, 09:56:08 PM »
yes its done for the new version of cwp and soon it will be released in this month as part of the bigger update.
123
CentOS-WebPanel GUI / Re: Cannot access Admin : 504 Gateway Time-out
« on: June 04, 2017, 09:53:52 PM »
You can contact us here and include your login so we can check it.
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
124
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
125
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.
126
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
128
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
131
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
132
Varnish / Re: How to install varnish cache on centos [CWP]
« on: May 18, 2017, 09:42:48 PM »
its under WebServers in left menu
133
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.phpOutput 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.sqlthat is it, enjoy your roundcube.
134
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
135
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
