Problem installing PHP5.3.0 under IIS 6 and Windows Server 2003
-
Hi,I am new in PHP.I have installed PHP5.3.0 under IIS 5 and Windows XP.It runs properly. But whenever I tried to install PHP 5.3.0 under IIS6 and Windows Server 2003,it always throws an error which says "<b>CGI Error:The specified CGI application misbehaved by not returning a complete set of HTTP headers</b>".I have followd the same steps which i did while installing PHP 5.3.0 under IIS 5 and Windows XP. I searched the web.....did everything they said....but invain. Can anyone help me?
CC26
-
Hi,I am new in PHP.I have installed PHP5.3.0 under IIS 5 and Windows XP.It runs properly. But whenever I tried to install PHP 5.3.0 under IIS6 and Windows Server 2003,it always throws an error which says "<b>CGI Error:The specified CGI application misbehaved by not returning a complete set of HTTP headers</b>".I have followd the same steps which i did while installing PHP 5.3.0 under IIS 5 and Windows XP. I searched the web.....did everything they said....but invain. Can anyone help me?
CC26
I know this works on 2003 & 2008: http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/[^] Also theres a bug in php 5.3 with zlib and gz handlers - so if you use those then use v5.2.9.
-
I know this works on 2003 & 2008: http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/[^] Also theres a bug in php 5.3 with zlib and gz handlers - so if you use those then use v5.2.9.
I installed php following the steps decribed in this link only.
CC26