Eric Delorme
- Total activity 556
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 392
Articles
Recent activity by Eric Delorme-
How to reset an accounts package/plan using the command line
Introduction There may be a need to reset the package for a number of users because the settings were changed for a particular package and want to automate the change using a script. Procedure Th...
-
How to check particular PHP modules from a website
Introduction Instead of using phpinfo() which shows all sort of information including modules you may just want to check a particular module to see if it is loaded. Procedure In the sites documen...
-
Clearing sites PHP error_log files based on size
Introduction There is no easy way to rotate or clear error_log files that grow to a certain size. Procedure This can be either done in a user's cron job with the path to the user's home directory...
-
DNS zones synced to DNS cluster are not loading
Symptoms If the DNS zones are being transferred but are not being loaded, then there is likely an error causing the zone to be loaded on the DNS Cluster server. This error is typically due to an er...
-
upcp reports an error that a new Apache configuration fails due to mod_security rules.
Symptoms During an upcp update, an error occurs when mod_security rules are removed but are still configured as existing. The error will look something like this (note that the vendor name could be...
-
MAILNODE profile cPanel server errors on unsuspendacct - Unable to detect Apache version from binary
Description On a MAILNODE profile role cPanel server the following will occur if the EasyApahce 4 RPM ea-apache24 isn't installed. The role is for email and Apache isn't used but we still require ...
-
Your icontact notification template changes aren't active after copying and modifications
Symptoms After copying the icontact templates to /var/cpanel/templates/icontact_templates and making the desired modifications those modifications aren't applied when testing. Solution The Templa...
-
How to add nosniif, CORS, HSTS, Clickjack, and X-Xss-Protection headers on a per domain basis
1.Create the paths for the includes if they do not already exist.# mkdir -p /etc/apache2/conf.d/userdata/std/2_4/USER/example.tld/# mkdir -p /etc/apache2/conf.d/userdata/ssl/2_4/USER/example.tld/2....
-
WHMCS cron job max execution time 300 seconds
Introduction WHMCS uses an internal configuration setting for max execution time and the following may be seen in WHMCS cron jobs. PHP Fatal error: Maximum execution time of 300 seconds exceeded in...
-
Why do I see "---debug_hooks---" output when running cPanel standardized hooks?
Question Why do I see "---debug_hooks---" output when running cPanel standardized hooks? Answer You will see this in verbose output that will display more information regarding the hook being use...