Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 9104 invoked from network); 28 Nov 2003 10:34:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Nov 2003 10:34:15 -0000 Received: (qmail 45627 invoked by uid 500); 28 Nov 2003 10:33:37 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 45612 invoked by uid 500); 28 Nov 2003 10:33:37 -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 45599 invoked from network); 28 Nov 2003 10:33:36 -0000 Received: from unknown (HELO mail.profundis.se) (213.80.46.101) by daedalus.apache.org with SMTP; 28 Nov 2003 10:33:36 -0000 X-ITHouse-Forward-Path: Received: From PROFUNDIS01 by mail.profundis.se (IT House Mail Server [TRIAL - 120 days left]); Fri, 28 Nov 2003 11:33:32 +0100 Message-ID: <195a01c3b59b$12407b80$652e50d5@profundis.se> Reply-To: "Robert Andersson" From: "Robert Andersson" To: References: <40FB8221D224C44393B0549DDB7A5CE813C072@tor.lokal.lan> Date: Fri, 28 Nov 2003 11:33:32 +0100 Organization: Profundis MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Newbe: virtual host setup X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N J�rund Skriubakken wrote: > I have a virtualhost setup; one for the external webpages and > another for the internal webpages.I want to restrict access so > that requests through the public IP address only allows requests > to the external webpages (i.e. with the correct hostname given in > HTTP request header). Could this configuration possibly work? # Use NBVH on public interface NameVirtualHost 123.45.67.78 # Use NBVH on private interface NameVirtualHost 192.0.0.2 # Public web-site ServerName www.public-site.com ... # Private web-site ServerName private-site ... I deem it would make private-site unreachable from the public interface. Regards, Robert Andersson --------------------------------------------------------------------- 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