I have a Windows Server 2008 machine which is running Apache at the moment for a public facing PHP site (port 80). IIS is stopped.

I now need to start running IIS on the same IP address as Apache, but I can happily use another port as it's internal only e.g. 8080. We have no other IP addresses available.

I presume it can be done, but I'm new to Apache and need to ensure that I don't break the current PHP site when starting IIS. I understand that IIS tends to hog all ports on an IP by default? Or has that changed since IIS 6?

What configuration steps do I need to take to achieve this?

Many thanks, Tim

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

http://support.microsoft.com/kb/149605

link|improve this answer
Thanks, didn't think just doing that would work... Glad it was simple. – TimS Nov 17 '10 at 10:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.