Skip to content

Commit

Permalink
xform
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745207 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
covener committed May 23, 2016
1 parent c306510 commit 051b087
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/manual/expr.html.en
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,11 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"</pr
&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
Expand Down

0 comments on commit 051b087

Please sign in to comment.