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 0C4AE11FC0 for ; Sat, 19 Apr 2014 13:07:33 +0000 (UTC) Received: (qmail 35727 invoked by uid 500); 19 Apr 2014 13:07:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 35516 invoked by uid 500); 19 Apr 2014 13:07:28 -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 35508 invoked by uid 99); 19 Apr 2014 13:07:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2014 13:07:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.128.172 as permitted sender) Received: from [209.85.128.172] (HELO mail-ve0-f172.google.com) (209.85.128.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2014 13:07:24 +0000 Received: by mail-ve0-f172.google.com with SMTP id jx11so4899336veb.3 for ; Sat, 19 Apr 2014 06:07:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Z4qkjG3R01wUpKedDdl8G6vBiTPKIhv613P6U7HW6B0=; b=sokVwJH+vIANvSqd8cq5cVaa3gN3UUaAlp5iDHOdItUP68OGpthoJtYx2lpVRPnDFQ 96n1Ib9LhkPHGX0/hareVc2EFpwvW5aB83uVb1Q5DL7Uh19oc3XiAW/oDPloaVX2VUaI lAeLPpxrlqFOTOpdDirCmpSaF2lZz97ZdlAVIjNA4Jyu24ZWQw2VE4Gjf0bvwqJONhcq ++xCZ3JwgHz0QHePJ8J3veZRnLZYPRj8Kk+qNYviklV+FzCn+9ruTQ8L42D5l/BPPJkv Y8ldb2g8xGvC1rDr8oo5s6ePi9OTBLMlNP5CDPWh1lzRNkzGMI4CZk575yMkpowZeNq3 UDcw== MIME-Version: 1.0 X-Received: by 10.52.119.197 with SMTP id kw5mr16833239vdb.5.1397912821390; Sat, 19 Apr 2014 06:07:01 -0700 (PDT) Received: by 10.58.8.197 with HTTP; Sat, 19 Apr 2014 06:07:01 -0700 (PDT) In-Reply-To: <9d3ca24819f8a3a760cd90e6d28851b5@mail.gmail.com> References: <49fb3289c02747c7049787642980f18a@mail.gmail.com> <53516E53.4050802@christopherschultz.net> <9d3ca24819f8a3a760cd90e6d28851b5@mail.gmail.com> Date: Sat, 19 Apr 2014 09:07:01 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] NameVirtualHost address is not supported On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters wrote: > I've tried: > > NameVirtualHost *:80 > NameVirtualHost * > NameVirtualHost 184.168.190.45:80 It should match verbatim the arguments to VirtualHost. None of those are matches for the VirtualHost you pasted before. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org