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 ... 46 47 [48] 49 50 ... 89
707
Updates / Re: Error updating Centos 7
« on: February 20, 2019, 01:08:19 PM »
you need to check the logs to know the issue for ftp and bind.

for ftp you also need to check console output in file zilla when connecting to ftp server

708
MySQL / Re: MariaDB restart warning after update it
« on: February 20, 2019, 01:06:45 PM »
run that command to get your changed startup service activated

709
CentOS 7 Problems / Re: NGINX PHP Microcaching not working
« on: February 20, 2019, 01:05:38 PM »
for this to work you need to have php-fpm and caching also enabled

710
CentOS 7 Problems / Re: Ownership of public_html changed frequently
« on: February 15, 2019, 11:25:21 PM »
probably the best is that you contact cwp support to check that.

711
SSL / Re: admin login says insecure site (.740)
« on: February 15, 2019, 12:01:12 PM »
again, you are mixing https at port 443 and https at port 2087/2031 this are two different services and each of them can have a different certificate and that is the issue you have now.

Note that this test you sent is for port 443 only!
If restart didn't help then you need to check config for cwpsrv, you can find instructions for that on wiki or forum.

712
CentOS-WebPanel Bugs / Re: CWP Roundcube Bug
« on: February 14, 2019, 10:53:25 PM »
in centos7 it's simple
Code: [Select]
sh /scripts/mail_roundcube_update

713
SSL / Re: admin login says insecure site (.740)
« on: February 14, 2019, 10:41:44 PM »
I think you are confused about ssl for apache and cwp they can use different ssl cert/key files like any other service.
if they use the same files then maybe simply restart of cwp would get you new certs loaded.

apache
https://love.silverbells.us/

cwp
https://love.silverbells.us:2087/

714
you need to check that mysql is running and that root access connection also works, in some cases if mysql is slow it can be related to connection limits on mysql...but anyway you should test that.

715
Postfix / Re: SMTP Connection timed out...
« on: February 14, 2019, 10:21:58 PM »
maybe you have some firewall issues if you can't connect to remote smtp servers, in cwp you can disable firewall with
csf -x

and enable it back with
csf -e

716
Apache / Re: 403 Forbidden on all subdomains
« on: February 14, 2019, 10:20:11 PM »
in latest centos7 you can enable symlinksifownermatch with .htaccess

for all issues, you need to check what is the error in logs.

717
CentOS 7 Problems / Re: Ownership of public_html changed frequently
« on: February 14, 2019, 10:16:33 PM »
strange, do maybe you have DSO handler for PHP? as it's using nobody user only in cwp.

718
CentOS 7 Problems / Re: Options FollowSymlinks in htaccess causes error 500
« on: February 14, 2019, 04:06:32 PM »
this is security defined in apache vhost and you don't need to use follow symlinks as this is a security issue which can be used to hack full server from a single domain , you can use instead
SymLinksIfOwnerMatch

719
CentOS 7 Problems / Re: autossl missing ip address
« on: February 12, 2019, 10:01:54 PM »
you should use the latest version now, which is currently 0.9.8.763.
for issues, you should mention exactly where do you have issues and for which modules are they related.

For ssl issues, ip is missing only if your server has no ip added on it, you can check the list of ips from your server with the command
Code: [Select]
ip a

720
CentOS-WebPanel GUI / Re: Broken File Permissions after site upload
« on: February 12, 2019, 09:58:21 PM »
how do you know that you have file permission issues ?
You need to check in the webserver logs for the issue and then you would know the exact error.

if this is related to mod_security then you would probably simply only need to check rule id of mod_security causing that issue and while list it for that domain....you can find more info about that on the cwp wiki site.

Pages: 1 ... 46 47 [48] 49 50 ... 89