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.
196
SSL / Re: AutoSsl installation failed!
« on: April 21, 2017, 05:12:22 AM »
if you have too many auth issues then you need to wait for sometime, leave it for 1-2h and then try again and then if you have some issue you need to post what is the exact issue.
cwp6 and cwp7 have different versions, cwp6 is at 2xx and cwp 7 at 3xx, but this is only version a number of autoupdater.
cwp6 and cwp7 have different versions, cwp6 is at 2xx and cwp 7 at 3xx, but this is only version a number of autoupdater.
197
MySQL / Re: Mysql change root password
« on: April 20, 2017, 10:42:53 AM »This script is not working for me....
you need to run it from command line (shell) and not from cwp!
198
Apache / Re: Host redirection
« on: April 20, 2017, 10:26:31 AM »
you can do it by setting htaccess redirect or by editing index file
/usr/local/apache/htdocs/
also there is option to edit apache vhosts
/usr/local/apache/htdocs/
also there is option to edit apache vhosts
199
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.
200
Apache / Re: Proglem with internal server error
« on: April 17, 2017, 09:46:26 PM »
try yum reinstall cwp-suphp
201
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/
202
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
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.
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:!DSSthen 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.
203
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: April 14, 2017, 07:57:29 PM »
try rebooting server and check if cwpsrv works
204
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
205
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
206
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.
Disk Details (disk details)
mysql is not related with user quota.
207
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
208
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
check that your from starts with something like this
Code: [Select]
<form action='' method= 'post'>
209
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:
try this fix:
Code: [Select]
yum remove pure-ftpd
yum install pure-ftpd --disablerepo=cwp
210
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
and if that doesn't help then also try this
Code: [Select]
yum reinstall cwpsrv cwpphp
sh /scripts/restart_cwpsrvand if that doesn't help then also try this
Code: [Select]
sh /scripts/update_ioncube
sh /scripts/restart_cwpsrv
