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.
721
Updates / Re: So much update errors last days: Last one, I lost webmail
« on: April 12, 2019, 11:00:50 AM »
Hi, the fix already released.
722
SSL / Re: nginx - php-fpm don't resolve https, stay in http with autossl
« on: April 12, 2019, 10:58:34 AM »
Hey, varnish is cr***p do not use it
![Grin ;D](https://forum.centos-webpanel.com/Smileys/default/grin.gif)
723
Installation / Re: pages dont load after install
« on: April 12, 2019, 10:56:13 AM »
Hi, try to rebuild VirtualHosts via CWPadmin: WebServers Settings => WebServers Main Conf => Rebuild all vhosts on save
724
Information / Re: PHP Warning: Division by zero... while reading response header from upstream
« on: April 12, 2019, 10:55:26 AM »
Hi, include some details. What exactly are you doing when the error in log?
725
Nginx / Re: nginx: [emerg] bind() to 80.xxx.xx.xx:80 failed (99: Cannot assign requested add
« on: April 12, 2019, 10:51:39 AM »
Hi, try to rebuild VirtualHosts via CWPadmin: WebServers Settings => WebServers Main Conf => Rebuild all vhosts on save
726
Nginx / Re: Just Nginx run (wordpress permalink 404)
« on: April 12, 2019, 10:50:13 AM »
Hi, you have to edit nginx Vhost configuration file and add the redirects.
The .htaccess does not work with nginx.
The .htaccess does not work with nginx.
729
CentOS 7 Problems / Re: Website redirected to another website in the same directory
« on: April 12, 2019, 10:46:45 AM »Thank you Igor for the valuable advice ,it worked
You are welcome.
730
CentOS-WebPanel GUI / Re: Change Root Password doesnt work
« on: April 11, 2019, 06:21:20 PM »
Hello.
Try to contact CWP developers http://centos-webpanel.com/contact
I guess you have a bug at your system
Try to contact CWP developers http://centos-webpanel.com/contact
I guess you have a bug at your system
731
CentOS 7 Problems / Re: Connection refused
« on: April 11, 2019, 06:19:08 PM »
You must check if the IP in nginx configs exists at the server.
732
CentOS 7 Problems / Re: HTTP ERROR 503 Problem
« on: April 11, 2019, 06:15:37 PM »
Hello.
Try to check the website logs: /usr/local/apache/domlogs/wmarge.com.error.log
Try to check the website logs: /usr/local/apache/domlogs/wmarge.com.error.log
733
CentOS 7 Problems / Re: Security - Hide all processes if not owned by the user - auto disables
« on: April 11, 2019, 06:14:17 PM »
Hi, try to contact with the CWP developers http://centos-webpanel.com/contact
I guess you have some OS issue.
I guess you have some OS issue.
734
CentOS 7 Problems / Re: how to debug mariadb crash?
« on: April 11, 2019, 06:12:56 PM »
Hi, the path to log must be set in /etc/my.cnf.d/server.cnf
Also, check if all files in /var/lib/mysql owned by mysql. The command below will change the owner to correct:
Also, check if all files in /var/lib/mysql owned by mysql. The command below will change the owner to correct:
Code: [Select]
chown -R mysql:mysql /var/lib/mysql
735
CentOS 7 Problems / Re: Connection refused
« on: April 11, 2019, 06:10:36 PM »
Try nginx -t or systemctl status nginx . It will show you why this happens.