From: Eric Covener Date: Mon, 23 May 2016 14:55:13 +0000 (+0000) Subject: add a -R example, I had to ask for help to figure out the single quotes. X-Git-Tag: 2.5.0-alpha~1573 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=732d265fc895d7f88635fb3a1b26cf5a40d819d4;p=thirdparty%2Fapache%2Fhttpd.git 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/trunk@1745206 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 69d02d6bfc7..40ad217f28b 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -609,6 +609,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