You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/10/27 23:20:52 UTC

DO NOT REPLY [Bug 24165] New: - mod_access docs SetEnvIf uses regex

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24165>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24165

mod_access docs SetEnvIf uses regex

           Summary: mod_access docs SetEnvIf uses regex
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: All
               URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=172527
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other mods
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: willy@debian.org


The mod_access documentation has a trivially easy to fix bug.
SetEnvIf takes a regex, so the '.' needs to be quoted in the example:

<pre>
SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in
&lt;Directory /docroot&gt;
    Order Deny,Allow
    Deny from all
    Allow from env=let_me_in
&lt;/Directory&gt;
</pre>

Don't forget to update the Japanese translation at the same time.
Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org