Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 69882 invoked from network); 14 Jul 2010 11:50:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 11:50:45 -0000 Received: (qmail 9957 invoked by uid 500); 14 Jul 2010 11:50:42 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 9737 invoked by uid 500); 14 Jul 2010 11:50:39 -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 9725 invoked by uid 99); 14 Jul 2010 11:50:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 11:50:38 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mightydreams@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-px0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 11:50:32 +0000 Received: by pxi18 with SMTP id 18so7796107pxi.18 for ; Wed, 14 Jul 2010 04:50:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=TN46LFyyPFr4WlBIQazGie3U6JmOGss8vLLxRtY9nNk=; b=fNd5p3VkgYLPJ1vqVB8huQ9o3W+ZxHKifmdKWwFKj8lzkPki6wFB2EwzlmHMnL0cPA itL34xdfTeXIj+FFjXkdjMpiH4CRUfW+R9YWNqEj5uE1bboF6DwBYbq2H0czxL2nJUG3 /VBYKE4oPwmziZvVJQp4oZYvh0J3edmvQucUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=K2W+6fWNxvnv85MqBe0Ho0z82dOcwc++W+aP0qg0TzEF54qTisPm8jOUN22PmHj2eA 5nRSHgmrXeXjhNjk2hHdbSgukOSO3G777ItORqM4g2eIeodCCMVwlJe327iOCk+AhjHc K97kgCC8VCzTtCqsEfHRT/jqOZjmJd4tkW0nk= MIME-Version: 1.0 Received: by 10.114.26.18 with SMTP id 18mr20246211waz.222.1279108210458; Wed, 14 Jul 2010 04:50:10 -0700 (PDT) Received: by 10.114.181.7 with HTTP; Wed, 14 Jul 2010 04:50:10 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Jul 2010 17:20:10 +0530 Message-ID: From: Tapas Mishra To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] beginner problem in setting up apache2 I forgot to mention in previous message why is it taking atutor as default. http://httpd.apache.org/docs/2.2/vhosts/details.html is the document I am trying to understand but a default virtualhost thing is not clear to me. Following lines " the request is served from the _default_ vhost if there is such a vhost for the port to which the client sent the request. If there is no matching _default_ vhost the request is served from the main_server." does that mean I need to have following line ServerName default which tells that this is the default vhost to be served. I just got a reply from some one on a different problem http://www.spinics.net/lists/apache-users/msg95700.html but this is some how related to this problem also. I am not able to understand how does Apache sees the vhosts i.e. how does it decided which vhost it has to serve first and which vhost it has to serve later. --------------------------------------------------------------------- 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