Blizzard Sector
How to: Fix 500 errors on php scripts. - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: General Community (https://www.blizzsector.co/forum-3.html)
+--- Forum: Tech Forum (https://www.blizzsector.co/forum-14.html)
+--- Thread: How to: Fix 500 errors on php scripts. (/thread-22463.html)



How to: Fix 500 errors on php scripts. - Spitfire - 09-18-2005

Another How To... from my experience with this d2sector server :mad:

This applies to those who are getting 500 Internal Error's on un-modified scripts straight from the developer i.e. invisionboard / phpp.
This will usually occur after an upgrade of an old php version to something like v4.4.0 or phpsuexec related errors.

Check whether the following are enabled or not in /etc/httpd/conf/httpd.conf

LoadModule php4_module libexec/httpd/libphp4.so

AddModule mod_php4.c

if not remove the # from the begining and restart the httpd.

Problem fixed. Now your php scripts will work.