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 B0C2710A8F for ; Fri, 10 Jan 2014 11:37:14 +0000 (UTC) Received: (qmail 96172 invoked by uid 500); 10 Jan 2014 11:37:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 95852 invoked by uid 500); 10 Jan 2014 11:37:08 -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 95362 invoked by uid 99); 10 Jan 2014 11:37:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 11:37:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [92.54.22.62] (HELO srv20311.emailfirewall.spamina.com) (92.54.22.62) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 11:36:57 +0000 Received: from [91.240.58.18] (helo=smtp.globalia.com) by srv20311.emailfirewall.spamina.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1W1aO5-0002e5-0D for users@httpd.apache.org; Fri, 10 Jan 2014 12:36:30 +0100 Received: from [10.80.71.241] (10.80.71.241) by Maylluhub02.globalia.com (192.168.150.221) with Microsoft SMTP Server id 8.3.279.1; Fri, 10 Jan 2014 12:36:05 +0100 X-Envelope-From: antonio.vidal@globalia-sistemas.com Message-ID: <52CFDB1F.80805@globalia-sistemas.com> Date: Fri, 10 Jan 2014 12:35:59 +0100 From: Antonio Vidal Ferrer Reply-To: antonio.vidal@globalia-sistemas.com Organization: Globalia Sistemas y Telecomunicaciones User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: users@httpd.apache.org References: <87txdcozpw.fsf@jidanni.org> In-Reply-To: <87txdcozpw.fsf@jidanni.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Spamina-Bogosity: Unsure X-Spamina-Spam-Score: -2.9 (--) X-Spamina-Spam-Report: Content analysis details: (-2.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0038] X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Off Topic Have you tried == instead of =? Allow from env==good Best Toni On 10/01/14 12:14, jidanni@jidanni.org wrote: >>>>>> "YK" == Yehuda Katz writes: > YK> I don't know of a email list like this, but for programming questions (and answers) in any language, I suggest StackOverflow. > > I have been banned from StackOverflow. > > I was hoping somebody could tell me why > > > SetEnv blockme 1 > > Order Deny,Allow > Deny from all > Allow from env=!blockme > > works, but > > > SetEnv good 1 > > Order Deny,Allow > Deny from all > Allow from env=good > > doesn't, as noted in > https://issues.apache.org/bugzilla/show_bug.cgi?id=55957 > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org