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 E5FB4D4FD for ; Fri, 26 Oct 2012 15:49:07 +0000 (UTC) Received: (qmail 55237 invoked by uid 500); 26 Oct 2012 15:49:05 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 55006 invoked by uid 500); 26 Oct 2012 15:49:04 -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 54978 invoked by uid 99); 26 Oct 2012 15:49:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2012 15:49:03 +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.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2012 15:48:56 +0000 Received: by mail-ie0-f173.google.com with SMTP id 17so5252014iea.18 for ; Fri, 26 Oct 2012 08:48:35 -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=gCV5GoYO9lxcFEyRigVugk/gZ7LszJ1kgcu3FXbH/r4=; b=wjuKrI4M+I8kg+PcmaM1nC53mZeF+ytNcinDRSQeX1lg6uQoPnYII6xg3bMnb7A+Ls mE54LSH2/u9Doumgp9MXsPipgr+/XQie02FqJoydlWij9IcllU5ifSXHxlZF3tiq7OM9 biK0YBf3jN6RJ7of4IHrUV51QT1YaY3ftwuKbIMXqpVyLNXC9WjHRgCdvkagBvdG2TNm Jdjx2EJs9w3g6YORbnl/JNbiLyJx8c/0HphPd1OmV6qy+ow1nimKW68wn6RxttK6fgmj 3pWtsfzID0QhKMPX3JF6XKakLtEyhT4syAfCC/hwTNYBUCAzCV/VDrZ/WZExgbRLcMPy CQ4A== MIME-Version: 1.0 Received: by 10.50.17.167 with SMTP id p7mr2704075igd.4.1351266515274; Fri, 26 Oct 2012 08:48:35 -0700 (PDT) Received: by 10.42.174.131 with HTTP; Fri, 26 Oct 2012 08:48:35 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Oct 2012 11:48:35 -0400 Message-ID: From: Eric Covener 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] How to debug SetEnvIfNoCase command? > #assume that user is local > SetEnv UserIs=local this runs later than SetEnvIf. Don't mix them and refer to the same variables. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org