Have you tried == instead of =?
Allow from env==good Best Toni On 10/01/14 12:14, [email protected] wrote:
"YK" == Yehuda Katz <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
