https://issues.apache.org/bugzilla/show_bug.cgi?id=55990
Bug ID: 55990
Summary: SetEnv vs. =! inconsistentcy not documented
Product: Apache httpd-2
Version: 2.4.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
http://svn.apache.org/viewvc?view=revision&revision=r1556102
goes a long way, but there is one case that it still does not fully cover:
I.e., highly unexplainable why only one of the
following four work, instead of two:
# while read; do cat ~jidanni/mediawiki/images/radioscanningtw/.htaccess; w3m
-dump http://radioscanningtw.jidanni.org/images |grep radio.*:; echo
----------; done
Order Deny,Allow
Deny from all
Allow from env=!let_me_in
[DIR] radioscanningtw/ 2014-01-07 11:18 -
----------
Order Deny,Allow
Deny from all
Allow from env=let_me_in
----------
SetEnv let_me_in 1
Order Deny,Allow
Deny from all
Allow from env=let_me_in
----------
SetEnv let_me_in 1
Order Deny,Allow
Deny from all
Allow from env=!let_me_in
----------
Browsing the child directly with
d=radioscanningtw.jidanni.org/images/radioscanningtw/; while read; do
cat ~jidanni/$d/.htaccess; w3m -dump http://$d; echo -n ----------;
done
shows the same 3/1 pattern.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]