Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C4FE49A1 for ; Thu, 2 Jun 2011 13:48:58 +0000 (UTC) Received: (qmail 46653 invoked by uid 500); 2 Jun 2011 13:48:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 46612 invoked by uid 500); 2 Jun 2011 13:48:55 -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 46604 invoked by uid 99); 2 Jun 2011 13:48:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 13:48:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tevans.uk@googlemail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 13:48:51 +0000 Received: by vws17 with SMTP id 17so893524vws.18 for ; Thu, 02 Jun 2011 06:48:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=SMbSP41sCISJZCSmaEPXFq2LweX0RMzr63/GEBDoOrU=; b=mh3TTkLjX8yr/MlRuk4OS2e2NcltuxmJ6byMBIoJqplVR3VXeu4IthyOwckjsSJ2WG V4NNuFP6MH6O7QA2BRQ+vXVGfLX3J3g/AxIK5LDekEbTVMbDB+JmsGEnPK9Qi4Ya6VsO N2N35QcUFG2XeEMQ3sL9bbHkRt9UrSQ/ml52U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Fu7ybAAMCTjCBwLT8rvSUEJvEPtdpLOSJ7bFCHLqv7c8sJwjhKFWiPZpY1sJ6RGjAI ee38ytTKIMbzZEuUk5rEOtTG8+xLStrSvN2WDwoVKMYqOvaGzylBU561cm20993o5uaR 1SZfPaphQAyQiHnL/mPAQ+jcJFrwINQSEuC80= MIME-Version: 1.0 Received: by 10.52.96.98 with SMTP id dr2mr572679vdb.3.1307022510012; Thu, 02 Jun 2011 06:48:30 -0700 (PDT) Received: by 10.52.109.228 with HTTP; Thu, 2 Jun 2011 06:48:29 -0700 (PDT) In-Reply-To: <968B2BDF5A9D462B8DFE85BB49C78F36@rabbithill> References: <5D491B03CB024D5D90ACE8FD8DB334FA@rabbithill> <4DE6E521.9000309@adaptr.nl> <9155B23B06494837A37745DE2800E084@rabbithill> <968B2BDF5A9D462B8DFE85BB49C78F36@rabbithill> Date: Thu, 2 Jun 2011 14:48:29 +0100 Message-ID: From: Tom Evans To: users@httpd.apache.org Content-Type: text/plain; charset=UTF-8 Subject: Re: [users@httpd] Special configuration for requests that do not match any particular virtual host? Apache 2.2 On Thu, Jun 2, 2011 at 2:40 PM, Geoff Millikan wrote: > In order to have a "catch all" vhost that redirects all hostnames to another vhost we must capture everything with a ServerAlias. > There's no other way. Incorrect. The first vhost is ALWAYS used when no vhost with a matching host name is found - it is the catch all vhost, by definition. Cheers Tom --------------------------------------------------------------------- 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