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 ... 12 13 [14] 15 16 ... 110
196
SSL / Re: CentOS 6.9 SSL Issue with Roundcube Webmail
« on: April 20, 2017, 10:24:32 AM »
soon there will be update which will have this issue covered as this requires change in apache and cwp.

197
Apache / Re: Proglem with internal server error
« on: April 17, 2017, 09:46:26 PM »
try yum reinstall cwp-suphp

198
MySQL / Re: Warning: [obfuscated](): (HY000/2002): Connection refused
« on: April 14, 2017, 08:07:37 PM »
you should check your mysql server logs in /var/lib/mysql/

199
SSL / Re: Syntax error on line 2 of /usr/local/apache/conf.d/ssl.conf:
« on: April 14, 2017, 08:06:48 PM »
edit your file /usr/local/apache/conf.d/ssl.conf and add this into it but delete all old from it

Code: [Select]
<IfModule !ssl_module>
LoadModule ssl_module modules/mod_ssl.so
</IfModule>
Listen 443
SSLProtocol All -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS

then restart your httpd, if you still get the issue about the ports then you can rebuild vhosts by using rebuild vhosts option in the cwp under "Apache" menu.

200
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: April 14, 2017, 07:57:29 PM »
try rebooting server and check if cwpsrv works

201
CentOS-WebPanel Bugs / Re: CWP7-PRO ClamAV Error every 3 hours
« on: April 13, 2017, 06:47:35 PM »
simply disable that cron, since cwp will keep clam updated

202
CentOS-WebPanel Bugs / Re: Default HTTP Test Page won't change
« on: April 13, 2017, 10:52:19 AM »
each user has his own home folder so you need to check /home/USERNAME/public_html folder

203
Information / Re: Disk space usage showing double
« on: April 13, 2017, 10:46:45 AM »
simpy when you login into cwp you have there disk details and link to the module where you can check disk usage
 Disk Details (disk details)

mysql is not related with user quota.

204
SSL / Re: Host SSL Centos 7
« on: April 13, 2017, 04:37:23 AM »
hostname certificate with autoSSL is generated when you change your hostname

205
New Modules / Re: How to read $_POST data in a module
« on: April 13, 2017, 04:33:58 AM »
then you probably have something wrong in your script

check that your from starts with something like this
Code: [Select]
<form action='' method= 'post'>

206
Installation / Re: pure-ftpd dead but subsys locked
« on: April 13, 2017, 03:49:21 AM »
for start please use 64bit version of centos 6 or use centos 7

try this fix:
Code: [Select]
yum remove pure-ftpd
yum install pure-ftpd --disablerepo=cwp

207
CentOS 6 Problems / Re: CentOS6 Upgrade error
« on: April 13, 2017, 03:42:45 AM »
you need to check what error is in the error log of the cwpsrv, error paths are on the wiki, but there is also a short way to fix this

Code: [Select]
yum reinstall cwpsrv cwpphp
sh /scripts/restart_cwpsrv

and if that doesn't help then also try this
Code: [Select]
sh /scripts/update_ioncube
sh /scripts/restart_cwpsrv

208
Information / Re: Disk space usage showing double
« on: April 11, 2017, 10:33:42 PM »
you should check it, that is why you have a disk usage module

209
PHP Selector / Re: Email Stops Working After Php Update
« on: April 11, 2017, 10:32:35 PM »
you should check webserver and mail logs

210
CentOS-WebPanel Bugs / Re: CSF/LDF + MODSEC dont work!!!
« on: April 11, 2017, 10:31:10 PM »
all should work fine in centos 7 including firewall, you need to specify all details (errors) when asking questions about some possible issue.

Pages: 1 ... 12 13 [14] 15 16 ... 110