Install PHP on Windows Server 2008 with IIS7
September 15, 2008 · Filed Under IIS7
In this video I walk you through installing PHP 5 on a Windows Server 2008 and configure IIS7 to allow PHP pages.
Related Posts:Comments
3 Responses to “Install PHP on Windows Server 2008 with IIS7”
Leave a Reply




In your audio feed, you state that you are downloading the php zip package, however you actually download the nts-installer. I’m still going through the tutorial, i’ll post my results with it.
[...] There are some on this site, and also I have a few at another site, even one that deals with Installing PHP on IIS 7. The thing I found the most amazing is the comments on the blog that show generally apathy to [...]
I just installed a fresh version of server 2008 web edition, downloaded the exact same version of PHP you use in this video, followed your instructions perfectly and I get this error.
HTTP Error 500.0 – Internal Server Error
c:\php\php-cgi.exe – The fastcgi proces exited unexpectedly
[13:50:01] >> HTTP Error 500.0 – Internal Server Error
C:\php\php-cgi.exe – The FastCGI process exited unexpectedly
Detailed Error Information
Module FastCgiModule
Notification ExecuteRequestHandler
Handler PHP Extension
Error Code 0xc0000005
Requested URL http://localhost:80/index.php
Physical Path C:\inetpub\wwwroot\index.php
Logon Method Anonymous
Logon User Anonymous
I checked the wwwroot folder and made sure that everyone has owner permissions to see if that was the problem but had no luck. Not sure how something could have gone wrong I followed your example perfectly and even redid the install like 3 times hoping that I missed something, but I havent.
In command prompt running the php -info command works great, no errors.
Any help would be greatly appreciated, all of the searches I have done online have been about people having this problem when doing mysql or zend ? related stuff which really doesnt apply to my problems at all/
Thanks for ANY input u may have!