Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33536 invoked by uid 500); 2 Jul 2003 05:54:33 -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 33471 invoked from network); 2 Jul 2003 05:54:33 -0000 Received: from host19.webserver1010.com (209.239.41.29) by daedalus.apache.org with SMTP; 2 Jul 2003 05:54:32 -0000 Received: from WWW (adsl-66-136-226-135.dsl.ltrkar.swbell.net [66.136.226.135]) by host19.webserver1010.com (8.11.6/8.11.6) with SMTP id h625sfJ28148; Wed, 2 Jul 2003 01:54:41 -0400 Message-ID: <000b01c3405e$3cb4c810$87e28842@WWW> From: "Global Point Solutions" To: "Apache Group" Date: Wed, 2 Jul 2003 00:53:16 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01C34034.529CF140" X-Priority: 1 X-MSMail-Priority: High 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: [users@httpd] Virtual Host No Display ------=_NextPart_000_0008_01C34034.529CF140 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I'm running a Dell P-410 Dual 333MHz w/Win2K Advance Server Apache = 2.0.45. I currently have the following virtual hosts defined. ServerName www.newboardtmbc.org ServerAdmin webmaster@gps1.us DocumentRoot "C:/Program Files/www/newboardtmbc.org ErrorLog logs/newboardtmbc.org-error_log CustomLog logs/newboardtmbc.org-access_log common ServerName www.fsi1.net ServerAdmin webmaster@gps1.us DocumentRoot "C:/Program Files/www/fsi1.net ErrorLog logs/fsi1.net-error_log CustomLog logs/fsi1.net-access_log common ServerName www.tabernaclebc.us ServerAdmin webmaster@gps1.us DocumentRoot "C:/Program Files/www/tabernaclebc.us ErrorLog logs/tabernaclebc.us-error_log CustomLog logs/tabernaclebc.us-access_log common I have populated two sites NewBoard and FSI and when searched for I can = view New Board but can't view FSI. It appears that FSI resolves to New = Board.=20 How do I get my individual virtual hosts to display their individual = sites?=20 The Error logs do not indicate that any thing is wrong and Apache when = tested, runs fine. I'd truly appreciate a bit of insight. Thanks, Casey R ------=_NextPart_000_0008_01C34034.529CF140 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I'm running a Dell P-410 Dual 333MHz = w/Win2K=20 Advance Server Apache 2.0.45. I currently have the following virtual = hosts=20 defined.
 
<VirtualHost *>
  = ServerName www.newboardtmbc.org
 =20 ServerAdmin webmaster@gps1.us
 =20 DocumentRoot "C:/Program Files/www/newboardtmbc.org
  ErrorLog=20 logs/newboardtmbc.org-error_log
  CustomLog=20 logs/newboardtmbc.org-access_log = common
</VirtualHost>
 
<VirtualHost *>
  = ServerName www.fsi1.net
  ServerAdmin webmaster@gps1.us
  = DocumentRoot=20 "C:/Program Files/www/fsi1.net
  ErrorLog=20 logs/fsi1.net-error_log
  CustomLog logs/fsi1.net-access_log=20 common
</VirtualHost>
 
<VirtualHost *>
  = ServerName www.tabernaclebc.us
  = ServerAdmin=20 webmaster@gps1.us
  = DocumentRoot=20 "C:/Program Files/www/tabernaclebc.us
  ErrorLog=20 logs/tabernaclebc.us-error_log
  CustomLog=20 logs/tabernaclebc.us-access_log = common
</VirtualHost>
 
I have populated two sites NewBoard and = FSI and=20 when searched for I can view New Board but can't view FSI. It appears = that FSI=20 resolves to New Board.
How do I get my individual virtual = hosts to display=20 their individual sites?
The Error logs do not indicate that any = thing is=20 wrong and Apache when tested, runs fine. I'd truly appreciate a bit of=20 insight.
 
Thanks,
 
Casey R
------=_NextPart_000_0008_01C34034.529CF140--