ID: 23018
User updated by: richard dot horton at generaldynamics dot uk dot com
Reported By: richard dot horton at generaldynamics dot uk dot com
Status: Open
Bug Type: CGI related
Operating System: Windows 2000
PHP Version: 4.3.1
New Comment:
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>
Previous Comments:
------------------------------------------------------------------------
[2003-04-02 07:41:54] 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.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=23018&edit=1