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 ... 51 52 [53] 54 55 ... 89
781
FTP / Re: Problem with FTP access
« on: December 13, 2018, 08:45:45 AM »
cwp autoupdate has now autodetection for this issue related to centos 7.6 updates so there is no need for this forum topic anymore as cwp will fix this automatically.

782
FTP / Re: Problem with FTP access
« on: December 12, 2018, 10:24:13 PM »
you could have a double line if the issue is not related to shell file so there is an improved way how this would need to be done

Code: [Select]
grep "^/sbin/nologin$" /etc/shells || echo "/sbin/nologin" >> /etc/shells

783
Installation / Re: Custom interface cwp
« on: December 12, 2018, 08:39:38 AM »
you can only modify user panel template files and language file, there were multiple questions about that on the forum already

784
you maybe have nat network and then you need to enable it, instructions are on the cwp wiki
You should select webservers you would run (you can change later) and then after that, you get all the features unlocked.

785
CSF Firewall / Re: Client Control Panel IP's blocked
« on: December 12, 2018, 08:28:59 AM »
you can check if the port is working

Code: [Select]
netstat -tulpn|grep 2082

786
CentOS 7 Problems / Re: Warning: mysqli_connect(): (HY000/2002)
« on: December 12, 2018, 08:23:20 AM »
if mysql is not working then you need to check it with your system admin or cwp support as it can be any issue.

787
SSL / Re: Incorrect Auto install ssl Cert on a shared ip
« on: December 11, 2018, 08:56:25 AM »
cwp ports are using hostname ssl so you would need to make a custom proxy on you main webserver to handle ssl like that

example with nginx or apache proxy
https://webmail.email2.weatherlycloud.com ->  email2.weatherlycloud.com:2095

788
How to / Re: structure catalog for clients
« on: December 11, 2018, 08:52:56 AM »
you can place domains only inside users home folder, example

main domain
/home/client1/public_html

other domains example
/home/client1/domain1.com
/home/client1/domain2.com
or
/home/client1/vhosts/domain2.com
/home/client1/vhosts/domain3.com

789
PHP / Re: PHP Selector
« on: December 11, 2018, 08:49:48 AM »
it still in test phase, but will come soon for sure.

790
Varnish / Re: Excessive resource usage: varnishlog
« on: December 11, 2018, 08:47:26 AM »
you can whitelist it here

/etc/csf/csf.pignore
exe: /usr/bin/varnishncsa

791
you can disable csf or modify csf conf and reload new config

to disable csf
csf -x

edit and restart
nano /etc/csf/csf.conf
csf -r

792
CentOS 7 Problems / Re: File Manager error while compressing
« on: December 11, 2018, 08:39:43 AM »
new updated filemanager (in centos 7 only) doesn't require any memory limit.

793
CentOS 6 Problems / Re: [ERROR] CWP Admin - HTTP 500 - Expired
« on: December 11, 2018, 08:38:38 AM »
You can run this code on your server to get you centos 6 updated to the newer version
These instructions are only for version  0.9.8.350

Code: [Select]
sed -i "s/php54/php71/g" /etc/cron.daily/cwp
chattr -i -R /usr/local/cwpsrv/htdocs/admin
cd /usr/local/cwpsrv/htdocs

wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.538.zip
unzip -o cwp2-0.9.8.538.zip
rm -f cwp2-0.9.8.538.zip

cd /usr/local/cwpsrv/var/services/
wget dl1.centos-webpanel.com/files/cwp/el7/cwp-services.zip
unzip -o cwp-services.zip
rm -f cwp-services.zip


794
CentOS 7 Problems / Re: Warning: mysqli_connect(): (HY000/2002)
« on: December 11, 2018, 08:34:00 AM »
first, check that mysql is working and that you have the ability to connect on it, you can do that from the shell.


if all is ok then try to reset mysql password

sh /scripts/mysql_pwd_reset

795
CentOS-WebPanel GUI / Re: Admin panel throwing 404 when successful login
« on: December 11, 2018, 08:32:19 AM »
you need to check yum with your system admin or cwp support to make sure its working.

Pages: 1 ... 51 52 [53] 54 55 ... 89