Categories
Sponsors
Archive
Blogroll Badges
Community
|
Unattended PHP install on IIS7 with Fastcgi support
Posted in Hosting & IIS7, Windows Server | No Comment | 5,539 views | 24/03/2009 09:16
Now what we did? First, we started with Bind Unattended Install, then we did MailEnable unattended install, now we are going to install PHP on IIS7 unattendedly. First, you should download php package (zip) and extract it to somewhere. Then you should make a batch file (.bat) to configure IIS7 Fastcgi support. My batch file:
As you see, first I copied php files from a source, then configured FastCgi support, after that I added index.php value for Default Document. My source is a network share but you can do whatever you want. Note: You should use non-thread-safe zip package for fastcgi, for example “PHP 5.2.9-1 Non-thread-safe zip package”.
Tags: fastcgi support iis7, php install with batch file, silent php install on iis7, unattended install on iis7, unattended install php fastcgi on iis7
Leave a Reply
|