Guest Posted July 2, 2009 Posted July 2, 2009 My website has been working fine for some time now. Out of the blue the website is giving me a 500 Internal Server Error Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.4 Perl/v5.8.8 Server at website.com Port 80 any ideas on what I can try or what I need to look at?
playcraft Posted July 2, 2009 Posted July 2, 2009 My website has been working fine for some time now. Out of the blue the website is giving me a 500 Internal Server Error Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.4 Perl/v5.8.8 Server at website.com Port 80 any ideas on what I can try or what I need to look at? Try checking your server error log (usually located /var/log/httpd/error_log).
Guest Posted July 2, 2009 Posted July 2, 2009 [Fri Jul 03 06:49:31 2009] [alert] [client xxxxx] /home/xxxx/public_html/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration in the htaccess its php_flag register_globals on
playcraft Posted July 2, 2009 Posted July 2, 2009 [Fri Jul 03 06:49:31 2009] [alert] [client xxxxx] /home/xxxx/public_html/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration in the htaccess its php_flag register_globals on try to change it to php_admin_flag register_globals on
Guest Posted July 2, 2009 Posted July 2, 2009 still the same error I am sending the error to the webhost I am sure they did something
playcraft Posted July 2, 2009 Posted July 2, 2009 still the same error I am sending the error to the webhost I am sure they did something It looks like they messed with the "AllowOverride" option in the httpd.conf file.
MrPhil Posted July 5, 2009 Posted July 5, 2009 If that's not it, did your host upgrade their PHP/Apache installation recently? Perhaps Apache 1.3 to 2.0? Some versions forbid putting PHP settings into the .htaccess file, and require that they be put into a separate php.ini file (slightly different syntax, and may require a line in .htaccess pointing to the php.ini file). Ask your host for details on how to set this up.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.