How can i configure Apache and IIS together [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionCan any one help me .....
When i close the Apache service then also the IIS server is not working .. is ther any way to run IIS whn apache is install ....
Yes, you just have to have one of them listening on another port. By default IIS listens on Port 80, if port 80 is taken then it will have troubles.
The easiest way would be to put apache on port 8080 and let IIS have 80... then http://localhost will point to IIS and http://localhost:8080 will point to apache.
How to Run Apache and IIS at the Same Time
精彩评论