Installing PHP 5.3 on a Windows host with both Apache and IIS

Posted by Hippyjim on Server Fault See other posts from Server Fault or by Hippyjim
Published on 2009-12-03T10:20:39Z Indexed on 2010/04/20 9:04 UTC
Read the original article Hit count: 547

Filed under:
|
|

I'm currently experimenting with a couple of configurations of Apache and IIS on the same server box - so far using Apache as a proxy for IIS is winning, but another of my setups has Apache on a non-standard port with IIS taking the majority of traffic.

Both of these machines currently have PHP 5.2 installed. I want to upgrade to PHP 5.3, but the installer asks which server I'm running - I'm running both - so what do I tell it?

Which configuration will be the most flexible, tell it we're running IIS, or tell it we're running Apache?

© Server Fault or respective owner

Related posts about php

Related posts about iis