Have you tried == instead of =?

Allow from env==good


Best

Toni

On 10/01/14 12:14, jida...@jidanni.org wrote:
"YK" == Yehuda Katz <yeh...@ymkatz.net> 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

<If "%{HTTP_HOST} !~ /radioscanningtw\.jidanni\.org/i">
SetEnv blockme 1
</If>
Order Deny,Allow
Deny from all
Allow from env=!blockme

works, but

<If "%{HTTP_HOST} =~ /radioscanningtw\.jidanni\.org/i">
SetEnv good 1
</If>
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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to