inspiredearth
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by inspiredearth-
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...
-
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...
-
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...
-
. 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 ...
-
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...
-
Hello, I'll leave this thread open for additional user-feedback, but I did want to note that you may find the links in the following thread helpful: on wordpress.org, shall I assume that is what...
-
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##...
-
Thanks. Unfortunately that only mentioned the Apache side of things, which is what I already did through EA4. Memcache/d does not show up in PHP though, meaning in php-info there is no mention of m...
-
Hello, Is the account using PHP-FPM as it's PHP handler? If so, check to see if you notice any errors in the following log file: /home/username/logs/domain_tld.php.error.log Thank you. Thanks fo...
-
There is a error_log file in /public_html directory, may be you will find the exact error there. More over it looks redirect loop issue. Thanks. I didn't mention that log as it is empty, as I assum...