Installing PHP 5.3 on a Windows host with both Apache and IIS
- by Hippyjim
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?