Miguel G
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by Miguel G-
Yes, it was the firewall Thanks!
-
Many thanks! How can I remove the access and transfer logs for all SSL virtualhosts? The cache system I have in the middle is keeping track of the requests and I don"t want to have duplicate entries.
-
I have fixed it adding this to .htaccess RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] and this in wp-config.php (I"...
-
Ok, it seems it"s working the proxypass changing 127.0.0.1 to the IP address of the server (Varnish doesn"t seem to like localhost connections). Now I have to solve the duplicated content issue si...
-
I tried to reproduce so you can see the steps. I did so removing the SSL VirtualHost and recreating it (by deleting/adding the certs). I also have added under /etc/apache/conf.d/userdata/ssl/2_4/...
-
The only entries I see are the following: AH01797: client denied by server configuration: /var/www/html/whm-server-status
-
I have changed in /etc/csf/csf.conf the LF_APACHESTATUS URL using the apache port for the time being
-
Adding more information, I have changed the Apache to port 82 (I already had with WHM 56 and worked fine). I have Varnish running on port 80 and whm-server-status requests are forwarded to the Apa...
-
Finally it worked following the instructions from this thread: Apache log format issue with EasyApache 4 cp -a /var/cpanel/templates/apache2_4/ea4_main.default /var/cpanel/templates/apache2_4/ea4...
-
After updating WHM 56 to 58 and migrating to EasyApache 4, this is not working for me anymore (I had EasyApache 3) and this has been working for almost 2 years. I have Varnish running in front of ...