KakkArlak Posted July 7, 2010 Share Posted July 7, 2010 So, I "had" a server running IIS 6 and php 5.0.3 (CGI) AND working fine... For some other reason, I installed the .NET 3.5 framework, restarted the server (Windows Server 2003 SBS), and then php through IIS stopped working. No settings changed... but loading a php page just times out. Other ASP sites on the same IIS still works fine. On the broken php sites, i can still access .htm, .html or .asp and .aspx files... It's just the .php ones that are broken. A simple php file with <?php echo time(); ?> on it, gives the following: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. No other configuration changed, there's a php.ini file in the doc root of the website, that didn't change at all. PHP version is still the same. PHP works on Apache on the same server... Also as CGI Any idea whats wrong !?!? How do I fix it !?!? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/206968-iis-6-and-php/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.