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

Pages: 1 [2] 3 4 ... 17
16
Installation / Re: Hostname SSL Lets Encrypt
« on: January 26, 2021, 09:01:13 PM »
if you are using cloudfare then disable the proxy for the A record for the hostname

17
CSF Firewall / Re: CSF and ModSecurity
« on: January 21, 2021, 09:19:36 PM »
whats the question here?
Whats do you need assistance on?

18
Updates / Re: Curl update
« on: January 10, 2021, 11:50:23 AM »
Update Curl on CWP7:

rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel7/x86_64/city-fan.org-release-2-1.rhel7.noarch.rpm
yum --enablerepo=city-fan.org install libcurl libcurl-devel

Update Curl on CWP6 :

# x86_64
rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel6/x86_64/city-fan.org-release-2-1.rhel6.noarch.rpm
yum --enablerepo=city-fan.org install libcurl libcurl-devel

# i386
rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel6/i386/city-fan.org-release-2-1.rhel6.noarch.rpm
yum --enablerepo=city-fan.org install libcurl libcurl-devel

Done you’ve successfully updated your curl version on your EL OS.

To check the Version of the Curl via command line type in this command :

curl -V

[root@host ~]# curl -V
curl 7.72.0 (x86_64-redhat-linux-gnu) libcurl/7.72.0 NSS/3.44 zlib/1.2.7 libpsl/0.7.0 (+libicu/50.1.2) libssh2/1.9.0 nghttp2/1.33.0
Release-Date: 2020-08-19

19
CentOS 7 Problems / Re: Domain Redirect
« on: January 10, 2021, 11:43:33 AM »
Please check if you have a redirect already captured in .htaccess

20
CSF Firewall / Re: block all connections by default to 21 port
« on: January 10, 2021, 10:35:00 AM »
use the following:
 csf -td 0.0.0.0/0  -p 21
You can then add manually the IPs you want to allow in /etc/csf/csf.allow

21
DNS Manager / Re: How to edit the rDNS ip?
« on: January 10, 2021, 10:28:58 AM »
Hi,

rDNS needs to be chnaged from the IP provider.
You cant change from CWP

22
CentOS-WebPanel Bugs / Re: 503 Bad Gateway - cwpsrv
« on: January 08, 2021, 09:18:20 PM »
Run the following command:
service cwpsrv-phpfpm restart

23
DNS / Re: How to migrate to Cloudflare?
« on: January 08, 2021, 09:17:19 PM »
you need to website to cloudfare.then create A records on cloudfare to point to the VPS
Nothing to be done from CWP side

24
CentOS-WebPanel Bugs / Re: SSL certificate mismatches
« on: January 08, 2021, 09:15:44 PM »
is the server hostname an A record or CNAME?
Are you using cloudfare?If yes, then disable SSL from cloudfare

25
Installation / Re: default website not reachable
« on: January 08, 2021, 09:13:52 PM »
Have you rebuild webservers?
CWP.Admin -> webserver settings -> select webservers

26
Information / Re: VPS not accessible after reboot
« on: July 31, 2020, 11:31:52 PM »
you cant access VPS or CWP admin

27
DNS Manager / Re: Slave DNS Server & Manager without ioncube to php7
« on: July 31, 2020, 11:30:45 PM »
the development team will update it to php 7.2 shortly

28
Please disable modsecurity for the domain

29
yum update cwpphp
sh /scripts/update_cwp

30
Apache / Re: Run Node js with CWP
« on: May 13, 2020, 12:29:53 PM »
check logs from /usr/local/apache/domlogs/

Pages: 1 [2] 3 4 ... 17