Friday, June 15, 2012

Install IIS6 with PHP and fastcgi


How to set up IIS6 for PHP and fastcgi

Go to control panel, add/remove programs, add/remove windows components

Click details for "application services"
Turn on IIS
Click details
Turn on IIS Manager
Click details for world wide web
Turn on world wide web service

Download and install fastcgi
http://www.iis.net/download/FastCGI


Download the non-thread safe version of PHP Windows installer from php.net


When installing, select fast-cgi

For extensions, in addition to the default extensions, I like to add multi-byte string and ldap.

You should be ready to roll. Put your files in c:\inetpub\wwwroot

No comments:

Post a Comment