News Feed
Jobs Feed
Sections




News Archive
Ruslan Yakushev's Blog:
Multiple PHP versions on the same IIS server
December 17, 2009 @ 07:56:36

Ruslan Yakushev has written up a new post detailing how you can set up an IIS server (traditionally only able to handle one PHP version instance at a time) to use multiple versions depending on your needs.

This post describes how to configure IIS to support multiple versions of PHP on the same server. This kind of setup is useful in development environments where it is necessary to test an application with different PHP versions. Also, it is often used in production environments, where many PHP applications are hosted on the same server and some of them have dependency on a particular PHP version.

He gives instructions for three IIS versions - 5.1, 6.0 and 7.0 and later. The trick to it is in the FastCGI configuration file. His technique lets you set up alias to the different PHP installations (as many as you want) and a "Types" section where it can easily be swapped out. With IIS 7.0 and later, some of this can be done through the IIS control panel.

0 comments voice your opinion now!
multiple iis windows server tutorial


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Video Tutorial: Processing forms with PHP, Part 3

Sebastian Bergamnn's Blog: SeleniumTestCase Improvements in PHPUnit 3.2

WeberDev.com: PHP 101 (part 11) - Sinfully Simple (SimpleXML)

Freek Lijten's Blog: Git commit hooks using PHP

Script-Tutorials.com: How to Protect any Site from Spam using Akismet


Community Events











Don't see your event here?
Let us know!


opinion phpunit framework code composer language functional series introduction community application database zendframework2 testing release podcast interview development example api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework