How to bind Apache to specific IP and port on Windows Server 2008
Posted
by
webworm
on Server Fault
See other posts from Server Fault
or by webworm
Published on 2010-12-21T21:32:56Z
Indexed on
2010/12/21
21:55 UTC
Read the original article
Hit count: 476
I have a Windows Server 2008 R2 that I use to host various ASP.NET applications under IIS7. I would also like to run various PHP based web apps using Apache (or Apache 2). The server has three static IP addresses assigned to it and I would like to bind one of the IP addresses to Apache while using the other two IP addresses for IIS. I can use the IIS Manager to bind the specific IP addresses to IIS, but I am unaware of how to do this with Apache. Can anyone tell me how to go about binding Apache to a specific IP address and port (port 80 is what I want to use).
Please note .. I am aware that PHP can run under IIS. In fact that is how I have been running my PHP web applications. However, there are so many inconsistencies and pitfalls with PHP running under IIS that I just prefer to use Apache.
© Server Fault or respective owner