From: Eric Covener Date: Mon, 23 May 2016 14:56:57 +0000 (+0000) Subject: Merge r1745206 from trunk: X-Git-Tag: 2.4.21~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05e8380e5b0fcc15ea8a975b2019306177518184;p=apache 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 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index c80cd129ef..7ec7d3fc01 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -576,6 +576,11 @@ listfunction ::= listfuncname "(" word ")" </If> </Directory> +# Check against the client IP +<If "-R '192.168.1.0/24'"> + Header set matched true +</If> + # Function examples in boolean context <If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"> Header set checksum-matched true