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.
991
Varnish / Re: Error 403 Forbidden (Urgent)
« on: April 23, 2018, 11:48:26 AM »
probably permissions or mod_Security...however, you need to check apache error logs for that issue
992
SSL / Re: AutoSSL Issue Failed!
« on: April 23, 2018, 11:47:22 AM »
are you sure that your dns records are correctly set on your server to use your nameservers?
993
Installation / Re: different ip in installation cwp !!
« on: April 17, 2018, 07:51:16 AM »
then you probably have NAT'ed network and your gateway is at ip .21, try to check it...command
Code: [Select]
route -n
994
CentOS 7 Problems / Re: cwp setting at google cloud
« on: April 17, 2018, 07:48:44 AM »
if you are trying to login on port 2030 then you probably need to open it on your vps firewall
also check that cwpsrv works
it works if you get this output so then only firewall is left to be checked.
also check that cwpsrv works
Code: [Select]
# netstat -tulpn|grep 2030
tcp 0 0 0.0.0.0:2030 0.0.0.0:* LISTEN 16070/cwpsrv it works if you get this output so then only firewall is left to be checked.
995
CentOS-WebPanel GUI / Re: Cant access IP:2082? 404 not found
« on: April 17, 2018, 07:44:59 AM »996
Installation / Re: Cannot connect to MySQL, db_conn.php is missing
« on: April 17, 2018, 07:42:29 AM »
set something random for "crypt_pwd" with length as password, you can change your mysql password manually and then update this files
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf
997
CentOS 6 Problems / Re: different way www. and without www - why?
« on: April 17, 2018, 07:38:15 AM »
if this is for the server hostname then you need to change the server hostname to FQDN and for hostname that is subdomains, example
srv1.domain.com
srv1.domain.com
998
Installation / Re: What is the difference between Memory RAM (with Cache) and Memory RAM (NO Cache)
« on: April 16, 2018, 01:21:05 PM »
check this
https://www.linuxatemyram.com/
swap is a memory on HDD which is slow and kernel keeps there only what is not needed often.
https://www.linuxatemyram.com/
swap is a memory on HDD which is slow and kernel keeps there only what is not needed often.
999
CentOS-WebPanel Bugs / Re: WARNING: User Panel possible issue detected! If you have issues with user panel
« on: April 16, 2018, 09:18:06 AM »
1.check if your user panel works
You can open this TCP_IN & TCP_OUT port from CWP by clicking on the Firewall and then configuration edit
After making this changes firewall restart will be needed.
Code: [Select]
netstat -tulpn|grep 2082If you get output like this then you need to check the firewall open port and open port 2082/2083Code: [Select]
tcp 0 0 0.0.0.0:2082 0.0.0.0:* LISTEN 519/cwpsrv: masterYou can open this TCP_IN & TCP_OUT port from CWP by clicking on the Firewall and then configuration edit
After making this changes firewall restart will be needed.
1000
Installation / Re: Cannot connect to MySQL, db_conn.php is missing
« on: April 16, 2018, 09:14:35 AM »
your installation wasn't good in some way if you are missing that files, here is part from the installer
now edit this file and set details from /root/.my.cnf
Code: [Select]
cd /usr/local/cwpsrv/htdocs/resources/admin/include
wget http://dl1.centos-webpanel.com/files/cwp/sql/db_conn.txt
mv db_conn.txt db_conn.phpnow edit this file and set details from /root/.my.cnf
Code: [Select]
nano /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
1001
CentOS 6 Problems / Re: This account is currently not available.
« on: April 16, 2018, 09:08:48 AM »
by default, ssh is disabled and also not recommend to be enabled for users.
You can edit user account from cwp admin to enable ssh access but again this is NOT recommended, you should only allow SFTP as maximum option.
You can edit user account from cwp admin to enable ssh access but again this is NOT recommended, you should only allow SFTP as maximum option.
1002
CentOS 6 Problems / Re: different way www. and without www - why?
« on: April 16, 2018, 09:06:48 AM »
have you created domain/account as www or without www? as you should have created it without www.
1003
Apache / Re: Site redirecting to usr/local/apache/htdocs
« on: April 16, 2018, 09:04:47 AM »
try to rebuild vhosts by simply saving your WebServer setting or use rebuild vhosts it should help.
If that doesn't help then I would say that ssl installation was failed on www and you should remove it and install again from autossl manager
If that doesn't help then I would say that ssl installation was failed on www and you should remove it and install again from autossl manager
1004
Apache / Re: mod_brotli on CWP?
« on: April 16, 2018, 08:59:29 AM »
I would suggest sending a detailed info when reporting some issue as nobody doesn't know why it failed on your server and since you say it's failed it should give you some error about it and that could help.
1005
Postfix / Re: Postfix and Roundcube Shows time out
« on: April 16, 2018, 08:55:20 AM »
error say's that permissions are wrong for this file: /etc/dovecot/dovecot-dict-quota.conf try to check it
It should looks like this
Code: [Select]
stat /etc/dovecot/dovecot-dict-quota.confIt should looks like this
Code: [Select]
# ls -la /etc/dovecot/dovecot-dict-quota.conf
-rw-r--r-- 1 root root 274 Oct 28 12:32 /etc/dovecot/dovecot-dict-quota.confCode: [Select]
chown root.root /etc/dovecot/dovecot-dict-quota.conf
chmod 644 /etc/dovecot/dovecot-dict-quota.conf
