From cc2e4ccc32d446b94d87f82563f0e16441be7f1f Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Fri, 7 Mar 2014 21:05:11 +0000 Subject: [PATCH] As per comment, removing quotes makes the example work git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1575406 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 0b43fea2fe8..c8be338d4c7 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -560,7 +560,7 @@ listfunction ::= listfuncname "(" word ")" # Only allow access to this content during business hours <Directory "/foo/bar/business"> - Require expr "%{TIME_HOUR} -gt 9 && %{TIME_HOUR} -lt 17" + Require expr %{TIME_HOUR} -gt 9 && %{TIME_HOUR} -lt 17 </Directory> -- 2.47.3