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

RosSoft Blog: Tutorial - Web based search engine for Flickr

NETTUTS.com: Your First WordPress Plugin: Simple Optimization

Brandon Savage's Blog: How To Write A Function In PHP

WebReference.com: XML and PHP Simplified - Formatting XML Documents

NetTuts.com: How to Create an Alfred Extension


Community Events









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


api development event release composer phpunit unittest object introduction code database example language community opinion functional zendframework2 interview testing framework

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