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 - studio4host

Pages: 1 ... 65 66 [67] 68 69 ... 89
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
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 »
try this
Code: [Select]
yum update cwp* --enablerepo=cwp
sh /scripts/cwpsrv_rebuild_user_conf

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

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

998
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.

999
1.check if your user panel works
Code: [Select]
netstat -tulpn|grep 2082If you get output like this then you need to check the firewall open port and open port 2082/2083
Code: [Select]
tcp        0      0 0.0.0.0:2082            0.0.0.0:*               LISTEN      519/cwpsrv: master
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.

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

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.php

now 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.

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


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

Code: [Select]
stat /etc/dovecot/dovecot-dict-quota.conf
It 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.conf

Code: [Select]
chown root.root /etc/dovecot/dovecot-dict-quota.conf
chmod 644 /etc/dovecot/dovecot-dict-quota.conf

Pages: 1 ... 65 66 [67] 68 69 ... 89