- Jul 6, 2007
- 6,799
- 1,103
- 126
I need some help.
I'm setting up apache server on Windows 2003 Server with IIS 6 running.
The network card has 2 IPs
<<DNS name: srv IP = 192.168.1.8
<<DNS name: hub IP = 192.168.1.6
I configured IIS so the default website and all other website running under IIS listen only
on port 80 at IP 192.168.1.8.
I setup apache and changed httpd.conf its listen IP and port like this
httpd.conf under \apache\conf directory
-----------------------------------------
Listen 192.168.1.6:80
httpd-ssl.conf under \apache\conf\extra directory
--------------------------------------------------
Listen 192.168.1.6:443
I found if I want to run apache, then I have to stop default website and companyweb on IIS,
if I run Default web site and companyweb, then I am not able to start apache, why?
I already put apache and IIS on different IP, why do they still conflict with each other?
IIS
--------------------------------------------------------------------------------------------------------------------------
Description Identifier State IP address Port SSL Port Status
--------------------------------------------------------------------------------------------------------------------------
<<Default Web Site 1 Stopped <<192.168.1.8 80 443
SharePoint Administration 2 Running 192.168.1.8 8381
WSUS Administration x Running 192.168.1.8 8530 8531
SharePoint Administration 3 Running 192.168.1.8 8081
<<companyweb 4 Stopped <<192.168.1.8 80 444
Thanks.
By the way, I don't want to change http port from default 80 for IIS or apache
I'm setting up apache server on Windows 2003 Server with IIS 6 running.
The network card has 2 IPs
<<DNS name: srv IP = 192.168.1.8
<<DNS name: hub IP = 192.168.1.6
I configured IIS so the default website and all other website running under IIS listen only
on port 80 at IP 192.168.1.8.
I setup apache and changed httpd.conf its listen IP and port like this
httpd.conf under \apache\conf directory
-----------------------------------------
Listen 192.168.1.6:80
httpd-ssl.conf under \apache\conf\extra directory
--------------------------------------------------
Listen 192.168.1.6:443
I found if I want to run apache, then I have to stop default website and companyweb on IIS,
if I run Default web site and companyweb, then I am not able to start apache, why?
I already put apache and IIS on different IP, why do they still conflict with each other?
IIS
--------------------------------------------------------------------------------------------------------------------------
Description Identifier State IP address Port SSL Port Status
--------------------------------------------------------------------------------------------------------------------------
<<Default Web Site 1 Stopped <<192.168.1.8 80 443
SharePoint Administration 2 Running 192.168.1.8 8381
WSUS Administration x Running 192.168.1.8 8530 8531
SharePoint Administration 3 Running 192.168.1.8 8081
<<companyweb 4 Stopped <<192.168.1.8 80 444
Thanks.
By the way, I don't want to change http port from default 80 for IIS or apache