Hi all,

Just installed PHP 5.0.3 on a Windows Server 2003 machine with IIS 6. The
PHP installation was conducted using the manual method on installation.

A PHP test page as created with the following code:

<html>
 <head>
  <title>PHP Test</title>
 </head>
 <body>
 <?php echo '<p>Hello World</p>'; ?>
 </body>
</html>

The server spits out the following error message when attempts to access the
page via the web browser:

CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers.

Any able to assist in fixing or offer solutions on where to start to fix
this problem will be of great help!

Thankyou, Jimmy

Reply via email to