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 ... 61 62 [63] 64 65 ... 89
931
Apache / Re: How to redirect www to non www https ?
« on: July 17, 2018, 01:52:38 PM »
probably the best is to do that in your cms or by using htaccess..but htaccess could cause issues with autossl.

932
Varnish / Re: How to install varnish cache on centos [CWP]
« on: July 17, 2018, 01:51:13 PM »
only ports 80 and 443 are needed others not for clients as they will only use those for http and https

933
Apache / Re: Mod_expires
« on: July 17, 2018, 01:49:24 PM »
no, you only need to have open ports 80 and 443, for testing you can open others and then close once you are done with the testing.
Try to change if you have issues and then return back.

934
Installation / Re: Firewall contact email
« on: July 17, 2018, 01:46:10 PM »
Most of the CSF/LFD configuration is in the file:/etc/csf/csf.conf

You can check the line number with this command
Code: [Select]
grep -n LF_ALERT_TO /etc/csf/csf.conf

935
How to / Re: Centos Panel in a Subdomain
« on: July 13, 2018, 01:34:39 PM »
to access without port you would need to setup apache proxy for that should be simple..you can google it.

936
CentOS 7 Problems / Re: Useraccount change password not working
« on: July 13, 2018, 01:32:39 PM »
the best would be that you don't use special characters as this could cause an issue.
Try using only a-z A-Z 0-9 combinations  or something like this
https://www.random.org/passwords/?num=5&len=12&format=html&rnd=new

937
Installation / Re: Add more domains to second hard disk - how ?
« on: July 13, 2018, 01:30:21 PM »
try to do a symlink or mount it as /home as this is the best option.
Not sure about symlink if this will be working but you can try.

938
CentOS 6 Problems / Re: 403 error on my website on some systems.
« on: July 13, 2018, 01:28:30 PM »
as said before only way to know the exact issue is to check the logs file
/usr/local/apache/logs/error_log

939
CentOS 7 Problems / Re: test option for regular work after power-up?
« on: July 13, 2018, 01:27:19 PM »
all should be working fine, if there is any issue fsck on boot will resolve all issues...but if you don't have any issues you don't need to run fsck.

940
PHP Selector / Re: Suspicious File Alert
« on: July 13, 2018, 01:25:20 PM »
delete that folder
Code: [Select]
rm -rf /tmp/php-build
new cwp is cleaning this automatically so it will not occur again.

941
CentOS 7 Problems / Re: CSF + CWP7
« on: July 12, 2018, 01:14:58 PM »

942
CentOS-WebPanel Bugs / Re: Ioncube Loader PHP 7.2
« on: July 11, 2018, 11:28:32 AM »
try deleting file
/usr/local/php/php.d/ioncube.ini

943
try checking the hostname with this commands

Code: [Select]
hostname
hostname -f

944
SSL / Re: AutoSSL has expired on domain, can't renew it..
« on: July 10, 2018, 12:03:51 PM »
for issue with certs you can contact support to check it
http://centos-webpanel.com/contact

945
CentOS 6 Problems / Re: 403 error on my website on some systems.
« on: July 10, 2018, 11:59:22 AM »
probably mod_security try checking apache error_log
/usr/local/apache/logs/error_log

Pages: 1 ... 61 62 [63] 64 65 ... 89