On Tuesday 20 November 2001 5:44 pm, Nathaniel Harari wrote: > I installed PHP, MySQL, and PHPNuke. Only, I can't open any PHP pages: I > get an "Internal Server Error 500" every time I try to open a php page > through the browser by hitting the site. Everything works fine and > running php.exe -i outputs the HTML code just beautifully. > > I checked out all I could on this error and did the required things, > making sure that the php.exe and the .dll file is all accessible to > anonymous users (IEUSR_<computer> or whatever it is...can't remember off > of the top of my head). But still, it doesn't work.
Server 500 error means that the server blew up for some reason - often a misconfiguration error, but if you installed php as an ISAPI module, then most likely PHP blew up. If you have used php as ISAPI, reconfigure to use as cgi and the problem will disappear. If not, check that php is installed correctly by running it at the command line (more details in install.txt) and if no problems are found there, then it is almost certainly a problem with server configuration or permissions. Cheers -- Phil Driscoll -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]