From owner-freebsd-questions Sat Mar 15 12:11:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B51D737B401 for ; Sat, 15 Mar 2003 12:11:21 -0800 (PST) Received: from vms4.rit.edu (vms4.isc.rit.edu [129.21.3.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03DB943F3F for ; Sat, 15 Mar 2003 12:11:21 -0800 (PST) (envelope-from bjm1287@ritvax.isc.rit.edu) Received: from garfield ([129.21.129.47]) by ritvax.isc.rit.edu (PMDF V5.2-32 #30660) with ESMTPA id <01KTK3DIPSU4V91DK8@ritvax.isc.rit.edu> for freebsd-questions@freebsd.org; Sat, 15 Mar 2003 15:11:11 EST Date: Sat, 15 Mar 2003 15:13:09 -0500 From: Brian McCann Subject: Apache problems To: freebsd-questions@freebsd.org Message-id: <000001c2eb2f$4ca817b0$2f811581@garfield> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all. I'm having some (hopefully) simple problems with Apache 1.3. I'm going to be hosting several sites on an private server, domain is "toontown.local". My problem is when I add the virtual host entry in for, say, phpmyadmin.toontown.local, no matter how I access that server, it will always go to that site. In DNS I have 2 a records: www.toontown.local and phpmyadmin.toontown.local, both have forward and reverse entries. Here's what I'm sticking in the httpd.conf file: DocumentRoot "/webs/www.toontown.local" ServerName LocalWWW DocumentRoot /webs/phpMyAdmin ServerName phpMyAdmin Can anyone offer any insight? I've done this before on other servers that host 10+ sites, but for some reason, I can't figure this out. Thanks, --Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message