inspiredearth
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by inspiredearth-
inspiredearth commented,
Hello, Can you verify the specific commands you used? The installation commands provided for the EA4 experimental RPMS include the PHP extensions: yum install ea4-experimental yum install ea-php##...
-
inspiredearth commented,
I notice in the httpd.conf file, it has the following two lines in each vhost section... # To customize this VirtualHost use an include file at the following location # Include "/etc/apache2/co...
-
inspiredearth commented,
Hello, You could add an "ErrorLog" entry to the VirtualHost of each account so that it logs to a separate location: Modify Apache Virtual Hosts with Include Files - EasyApache 4 - cPanel Document...
-
inspiredearth commented,
Hello, To find the exact domain's or user's apache logs, just try to tail -f /usr/local/apache/logs/error_log | grep username and hit the url then you will see the logs for that user or domain. T...
-
inspiredearth commented,
. I've resolved it. The documentation for Engintron was incomplete (or obscure). It's now been updated to reflect the fact if you have an SSL certificate on the origin server, then SSL settings in ...
-
inspiredearth created a post,
Per domain Apache Error Logs?
Hi there, I am trying to troubleshoot some issues on a WHM/Cpanel server (CentOS 6.9). As far as I can tell, all Apache error logging ends up in /usr/local/apache/logs/error_log. The errors make...
-
inspiredearth commented,
To all those wading their way through endless old instructions and abandoned methods of getting mod_cloudflare to install and work on EA4, the only clear step by step instructions I've found that a...
-
inspiredearth commented,
The only other thing I changed on the server, before TTFB jumped from around 500ms to as much as 15,000+, was the CSF firewall configurator. As the WP application uses Cloudflare, I added in ALLOW...
-
inspiredearth created a post,
Settings forcing connections to HTTPS?
Hi.. I have added Redis and Nginx to a WHM/CP server, following the excellent instructions and scripts provided and recommended by @Jcats on this thread: There's one part where I've come a bit u...
-
inspiredearth commented,
In the same screen, enable PHP-FPM. I usually increase max children, and max requests, up to you. Thanks for this guide, and the related links. Working through them now. This guide help.bigscoots....