Web Site 2004-11-03 - By Emyr Tomos
Ok I'm a little curious about something - two IP addresses? Surely the only way a single machine can have more than one IP address is to have two separate network interfaces - like two ethernet cards? Even if you could set one interface to answer to two different IP addresses, surely there would be only one port 80 between them? Sorry again for going off topic - this piqued my curiosity as it's a little lower-level than I normally go and goes against my (slight) understanding
em
-----Original Message----- From: Patrick Campbell [mailto:PCampbell@(protected)] Sent: 03 November 2004 19:07 To: 'users@(protected)' Cc: 'HLeach@(protected)' Subject: RE: [users@(protected)] Web Site
Henry,
We answered this yesterday in depth...
You can't run 2 different web server softwares on the same port on the same IP.
You have to either run them on different ports, different IP addresses, or with 1 IP and 1 port, use name based virtual hosts on Apache and ReverseProxy the IIS website.
Patrick Campbell OurVacationStore.com Website Administrator pcampbell@(protected) -----Original Message----- From: Leach, Henry [mailto:HLeach@(protected)] Sent: Wednesday, November 03, 2004 11:59 AM To: 'users@(protected)' Subject: [users@(protected)] Web Site
Question: I want to host a web site on a server that already has IIS running. The server already hosts another web site running IIS using port 80. I want to use a different IP Address and host another web site using Apache, can I use port 80 with Apache with this different web site using the different IP Address or will I run into trouble. Since port 80 is already occupied by a web site running IIS?
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@(protected) " from the digest: users-digest-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@(protected) " from the digest: users-digest-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|