If you upgrade Apache & cPanel to secure the latest vulnerabilities, you might be surprised to find out that some PHP scripts will stop working.
To fix this problem, you need to check your httpd.conf file (/usr/local/apache/conf/)
Make sure the following lines are not omitted out (no # in front of them):
LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c
This should be obvious for ppl using PHP extensively, but just in case someone out there needed help with it. Keep that in mind. Also, if you path the phpsuexec vulnerability, you better off do a /scripts/upcp --force
To fix this problem, you need to check your httpd.conf file (/usr/local/apache/conf/)
Make sure the following lines are not omitted out (no # in front of them):
LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c
This should be obvious for ppl using PHP extensively, but just in case someone out there needed help with it. Keep that in mind. Also, if you path the phpsuexec vulnerability, you better off do a /scripts/upcp --force