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
CentOS-WebPanel Bugs / Re: letsencrypt ad postfix dovecot questions
« on: April 23, 2018, 11:54:22 AM »
this would be a custom setup in the mail server config, however, it's recommended to use the hostname cert.

992
CentOS-WebPanel Bugs / Re: 502 Bad Gateway - Admin panel
« on: April 23, 2018, 11:52:12 AM »
in most cases, this will help
Code: [Select]
sh /scripts/restart_cwpsrv
don't delete any files if you are not sure what is the error you get on your server.
As mentioned multiple times you have the error log location on the cwp wiki.

993
CentOS-WebPanel GUI / Re: Cant access IP:2082? 404 not found
« on: April 23, 2018, 11:49:53 AM »
do it from the real shell and not JS console in cwp.

994
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

995
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?

996
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

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

998
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

999
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

1000
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

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

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

1003
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

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

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

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