php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23018 Bad Gateway error again
Submitted: 2003-04-02 07:41 UTC Modified: 2003-04-02 10:23 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: richard dot horton at generaldynamics dot uk dot com Assigned:
Status: Not a bug Package: CGI/CLI related
PHP Version: 4.3.1 OS: Windows 2000
Private report: No CVE-ID: None
 [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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-02 08:39 UTC] richard dot horton at generaldynamics dot uk dot com
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>
 [2003-04-02 10:23 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Configuration/installation error. Not bug.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC