Home › Forums › IIS 5.x & 6.0 › Configuration & Scripting › IIS and Apache
Previous Next
Last post 06-10-2008 1:57 PM by mvolo. 2 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (3 items)
Sort Posts: Oldest to newest Newest to oldest
Hi guys,
I have IIS and Apache running on the same server on different IP's. IIS is configured to listen to only one IP. The default website with port 80 works just fine and can be accessed across the network. However if i create a new website with a different port number i can only access the website locally but not on the intranet. Any ideas?
Thanks!
Vikram
to eloborate...
i can access 10.0.0.66/whatever (default website on port 80), but cannot access 10.0.0.66:anyportnumber/default.aspx.
IIS is configured to listen to only IP 10.0.0.66, and apache is configured to listen to 10.0.0.60
Hi Vikram,
Check your firewall to make sure port 66 is open.
Also, run the following to make sure the site is started:
> %windir%\system32\inetsrv\appcmd list sites
The full diagnostics are at http://mvolo.com/blogs/serverside/archive/2006/10/16/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-guide-for-_2200_server-not-found_2200_-errors.aspx.
PortCheck.exe to diagnose IIS connectivity issues at http://mvolo.com/blogs/serverside/archive/2008/01/23/Check-IIS-network-connectivity-with-PortCheck-v2.0.aspx.
Thanks,
Mike