Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 22412 invoked from network); 3 Nov 2004 19:15:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Nov 2004 19:15:22 -0000 Received: (qmail 6086 invoked by uid 500); 3 Nov 2004 19:14:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6064 invoked by uid 500); 3 Nov 2004 19:14:43 -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 6026 invoked by uid 99); 3 Nov 2004 19:14:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jslive@gmail.com designates 64.233.170.205 as permitted sender) Received: from [64.233.170.205] (HELO rproxy.gmail.com) (64.233.170.205) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 03 Nov 2004 11:14:41 -0800 Received: by rproxy.gmail.com with SMTP id i8so142263rne for ; Wed, 03 Nov 2004 11:14:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=WouU+wcuOK699CPkZXHkoNy7rbUzg26pDxXRZ52R+zMRajFTUKmAZyPctSWPKkiX8s3WPo1jpm3nhYrH2wFVb5DSmkeiRNXfajP6bKcW4SazBFcHkK2e7PlvIGEfyxSeZh1w4s3tg2346H5H3syuUK/qjvLRy2+dVTJHlQczzpk= Received: by 10.38.14.34 with SMTP id 34mr137974rnn; Wed, 03 Nov 2004 11:14:37 -0800 (PST) Received: by 10.38.78.16 with HTTP; Wed, 3 Nov 2004 11:14:37 -0800 (PST) Message-ID: Date: Wed, 3 Nov 2004 14:14:37 -0500 From: Joshua Slive Reply-To: Joshua Slive To: users@httpd.apache.org In-Reply-To: <41892C55.5030803@webpagina.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41892C55.5030803@webpagina.nu> X-Virus-Checked: Checked Subject: Re: [users@httpd] Web Site X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 03 Nov 2004 20:07:01 +0100, Patrick Donker wrote: > Leach, Henry wrote: > > > > 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? > > > > no Huh? Of course you can, as long as you restrict IIS to only listening on the single IP address. (I'm not sure how to do this, but some info is here: http://support.microsoft.com/default.aspx?scid=kb;en-us;238131 .) You control which IP addresses and ports that Apache uses by using the Listen directive in httpd.conf. 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 " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org