Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 95714 invoked by uid 500); 26 Feb 2002 15:14:21 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 95702 invoked from network); 26 Feb 2002 15:14:21 -0000 Received: from mail.bestabs.com (HELO GREYHOUND.extrememotivation.com) (207.109.48.109) by daedalus.apache.org with SMTP; 26 Feb 2002 15:14:21 -0000 Received: from JESTER (JESTER.extrememotivation.com [192.168.9.16]) by GREYHOUND.extrememotivation.com (Post.Office MTA v3.5.3 release 223 ID# 0-65326U100L2S100V35) with SMTP id com for ; Tue, 26 Feb 2002 08:14:21 -0700 Reply-To: From: "Sean LeBlanc" To: Subject: RE: How can i have two ip for a machine (RE: Apache + IIS - coexist?) Date: Tue, 26 Feb 2002 08:14:20 -0700 Message-ID: <002401c1bed8$4481b890$1009a8c0@extrememotivation.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020214024813.34400.qmail@web21110.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Just wanted to share some more info on this issue - I still haven't actually tried the stuff from #2 below, but in the interest of saving stress on others' parts: 1. To add another IP (in W2K), go to Control Panel, go to Network Settings, go into LAN Properties, and select TCP-IP, click Properties. On this next screen, click Advanced button. From here, you can add more than one IP for local host. 2. Here's the part that had me stumped for a looooong time. Apache and Tomcat both are pretty straightforward in how you make it bind to a specific IP and port. IIS is another matter (the method by which one would *think* it would be done was greyed out for me in the MMC for IIS). Here's what I finally got for an answer (still haven't tried yet, that's to come soon) by posting to an IIS Usent group: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q238131 This is found by searching for "socket pooling". This is what causes IIS to grab all IPs for the box it runs on. This tells how to disable that "feature". Obviously, IIS is not part of the Apache (or Tomcat) project, but it'd be nice to see this in a FAQ somewhere. It might save others a lot of grief. > -----Original Message----- > From: Mohan Narayanaswamy [mailto:mohanmaillist@yahoo.com] > Sent: Wednesday, February 13, 2002 7:48 PM > To: users@httpd.apache.org > Subject: How can i have two ip for a machine (RE: Apache + IIS - > coexist?) > > > hello everybody, > This is my first postings. i like to know how can i > confiure two or more ip for the same machine. Is it > possible to configure two ip for same ethernet card. > can anybody suggest me the site which explaining > configuration of apache for two ip in windows. > > Rgds > Mohan > Bharatplanet.com > > --- Joshua Slive wrote: > > > > > From: Sean LeBlanc [mailto:sean@nutros.com] > > > > > Is it possible to have IIS and Apache co-exist on > > the same machine, > > > utilizing some kind of virtual hosting, so > > > that IIS can answer to, say, www.foo.com, and > > Apache can answer to > > > www.bar.com? I know I could do this > > > by using a different port number, but I want them > > BOTH to listen > > > to port 80. > > > Is this possible? > > > > Only if you assign multiple IP addresses to your > > machine and have foo.com > > and bar.com resolve to different IP addresses. Then > > you can use the Apache > > Listen directive to tell it to grab only one IP > > address. > > > > Joshua. > > > > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the > > Apache HTTP Server Project. > > See for > > more info. > > To unsubscribe, e-mail: > > users-unsubscribe@httpd.apache.org > > For additional commands, e-mail: > > users-help@httpd.apache.org > > > > > __________________________________________________ > Do You Yahoo!? > Send FREE Valentine eCards with Yahoo! Greetings! > http://greetings.yahoo.com > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org