|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-04-02 07:41 UTC] richard dot horton at generaldynamics dot uk dot com
After installing PHP and verifying the setup by running my script from the command line I configured IIS as per the instructions in the install.txt file. Trying to access my script file via IE on the same machine as the server gets a bad gateway (502) error returned. The script is a simple one which just prints <HTML><HEAD></HEAD><BODY>test</BODY></HTML> I've made sure that the IIS user has access to both the PHP directory (C:\php) and the script directory (e:\www\script) Looking at the bug reports alot of people seem to have raised this but I can't see a solution as people seem not to be supplying feedback when requested... Thanks, Richard. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 19:00:01 2025 UTC |
Additional: This is the script: <? print "<html><head></head><body>test</body></html>\n"; ?> And this is the result from the command line: Content-type: text/html X-Powered-By: PHP/4.3.1 <html><head></head><body>test</body></html>