Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 99196 invoked from network); 27 Aug 2006 00:04:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2006 00:04:56 -0000 Received: (qmail 17248 invoked by uid 500); 27 Aug 2006 00:04:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17232 invoked by uid 500); 27 Aug 2006 00:04:47 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 17219 invoked by uid 99); 27 Aug 2006 00:04:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 17:04:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 66.249.82.239 as permitted sender) Received: from [66.249.82.239] (HELO wx-out-0506.google.com) (66.249.82.239) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 17:04:46 -0700 Received: by wx-out-0506.google.com with SMTP id s19so1229031wxc for ; Sat, 26 Aug 2006 17:04:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=m3pib+SKIzesDyHFb9Zav7W3Y7b7KOTN1ZjKy7rcYd72u+LNABnAmEpYP5PhiLADUxwZRX6DPV38ukyogmmdO6nt/RI/60DtyiAF064f1ItBDHS9O6mnIsWT23lhgGdyLHIDHEKfK826gkZI0CCVvo1ymAKamNmMdZGzECZYNkM= Received: by 10.70.125.2 with SMTP id x2mr6962274wxc; Sat, 26 Aug 2006 17:04:25 -0700 (PDT) Received: by 10.70.45.4 with HTTP; Sat, 26 Aug 2006 17:04:25 -0700 (PDT) Message-ID: Date: Sat, 26 Aug 2006 20:04:25 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <000001c6c93c$d53244e0$0b00a8c0@LAPTOP0951> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <009301c6c886$479d6cb0$0b00a8c0@LAPTOP0951> <00a601c6c8a5$25168630$0b00a8c0@LAPTOP0951> <000001c6c93c$d53244e0$0b00a8c0@LAPTOP0951> X-Google-Sender-Auth: 04c51c0248281ebd X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] vitual subdomain problems X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/26/06, RYAN vAN GINNEKEN wrote: > Ok here are my configs > > On 8/25/06, RYAN vAN GINNEKEN wrote: > >> I have commented out the default host and have this setting in my config > >> file if i set it * i get a bunch of overlap warnings as my vhosts.conf > >> file > >> uses the ipaddress not the star i think? > >> > >> But still get the default site when i try to load site1.computerking.ca No need to send the entire config file. Only the relevant parts (the parts having to do with vhosting). Your #1 problem is that the argument to NameVirtualHost must match the argument to . The recommended argument, from the docs, is *:80. But you can also use an IP address if you want. Just make sure they all match. 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