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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to