I need a way to write the perfectly working Apache 2.4 .htaccess,
Deny from all
to also be able to work correctly for Apache 2.2.9. Thanks.
SetEnvIf etc. cannot be used: please see
https://issues.apache.org/bugzilla/show_bug.cgi?id=55957
--
> "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
A
I just tried == instead of the = in
SetEnvIf host abj\.jidanni\.org let_me_in
Order Deny,Allow
Deny from all
Allow from env=let_me_in
the result was that the test totally failed always. So == is not correct.
>>>>> "AVF" == Antonio Vidal Ferrer
>>>>> wr
> "EC" == Eric Covener writes:
EC> Try logging the envvar. Whether it's logged the way you want or not,
EC> you can either focus on or remove the access control directives
OK, I tried logging for the first time today. But I found that even at
trace8 level, some things were never logged. Those
Yes I am looking for some "if" test I can use that also works in
subenvironments. works great but Dreamhost is still at 2.2.9.
SetEnvIf works great, but not in subenvironments.
Alas, it seems there really are no other methods
$ w3m -dump file:///usr/share/doc/apache2-doc/manual/en/mod/directives.h