Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 73464 invoked from network); 22 Sep 2004 19:52:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Sep 2004 19:52:17 -0000 Received: (qmail 37652 invoked by uid 500); 22 Sep 2004 19:51:59 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 37582 invoked by uid 500); 22 Sep 2004 19:51:58 -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 37568 invoked by uid 99); 22 Sep 2004 19:51:58 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_60_70,HTML_MESSAGE,HTML_TEXT_AFTER_BODY,HTML_TEXT_AFTER_HTML X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [4.17.224.37] (HELO dunnexch01.dunncenter.org) (4.17.224.37) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 12:51:57 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4A0DD.9A9BA2FA" X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 x-immailer: IncrediMail (2501402) X-FID: NOFLAVOR-NONE-0000-0000-000000000000 content-class: urn:content-classes:message Date: Wed, 22 Sep 2004 14:51:51 -0500 Message-ID: <8CB234C857B6314F9207B1B813BB546C32D3ED@dunnexch01.dunncenter.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: http.conf file problem Thread-Index: AcSg3ZpiEH2XC+KHTNSdDZftXvCTrQ== From: "Gary Manigault" To: X-Virus-Checked: Checked Subject: [users@httpd] http.conf file problem X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4A0DD.9A9BA2FA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Apache problem. I have the following virtual servers setup on my box. Each of the virtual servers document roots point to different directories with different index.html files in them. When I go to either address I get the page that is defined in the gwshark.homelinux.com documentroot directory. That is not the way it is supposed to work from what I have read. Is there any way to correct it to pull the appropriate index file for each? If so how? =3D=3D=3D=3D=3D ServerAdmin webmaster@gwshark.homelinux.com =20 DocumentRoot /var/www/gwshark ServerName shark ServerAdmin webmaster@gwshark.homelinux.com =20 DocumentRoot /var/www/html ServerName default =3D=3D=3D=3D=3D =20 Gary Manigault=20 Sr. Systems Analyst=20 765.983.8146=20 =20 ------_=_NextPart_001_01C4A0DD.9A9BA2FA Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message
Apache = problem.  I have the following virtual servers setup on my = box.  Each=20 of the virtual servers document roots point to different directories = with=20 different index.html files in them.  When I go to either address I = get the=20 page that is defined in the gwshark.homelinux.com documentroot = directory. =20 That is not the way it is supposed to work from what I have read.  = Is there=20 any way to correct it to pull the appropriate index file for each?  = If so=20 how?
=3D=3D=3D=3D=3D
<VirtualHost=20 sharkattack.homelinux.com>
ServerAdmin
webmaster@gwshark.homelinux.com
DocumentRoot /var/www/gwshark
ServerName  =20 shark
</VirtualHost>
<VirtualHost gwshark.homelinux.com>
ServerAdmi= n=20
webmaster@gwshark.homelinux.com
DocumentRoot /var/www/html
ServerName   default
</VirtualHost>
<= /SPAN>
=3D=3D=3D=3D=3D
 

Gary Manigault
Sr.=20 Systems Analyst
765.983.8146

 
=00 ------_=_NextPart_001_01C4A0DD.9A9BA2FA--