Category Archives: Apache Administration
Missing Accounts From WHM
If you list accounts and one of your accounts is missing, run this command in the shell: /scripts/rebuildcpusers
Disable Mod_Security In .htaccess
This post adresses the issue of disabling mod_security on a per account basis. Just add this code to a .htaccess file: SecFilterEngine Off SecFilterScanPOST Off
Posted in Apache Administration, Cpanel Administration
6 Comments
Correct Permission Problem In Suphp
An easy fix to the internal server error message, in Suphp, when you have files and folders with permission over 755. Continue reading