Commit 496c794b authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1745206 from trunk:

add a -R example, I had to ask for help to figure out the single quotes.




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745210 13f79535-47bb-0310-9956-ffa450edef68
parent 23053649
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -576,6 +576,11 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
&lt;/If&gt;
&lt;/Directory&gt;

# Check against the client IP
&lt;If "-R '192.168.1.0/24'"&gt;
    Header set matched true
&lt;/If&gt;

# Function examples in boolean context
&lt;If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"&gt;
  Header set checksum-matched true