From: Rich Bowen Date: Tue, 18 Jul 2017 19:44:44 +0000 (+0000) Subject: Agreement between example and explanation X-Git-Tag: 2.4.28~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0fbb9d321d6d5a002674533a4487cb0a9abb73;p=thirdparty%2Fapache%2Fhttpd.git Agreement between example and explanation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1802328 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml index a130ec42999..97b433fe7d6 100644 --- a/docs/manual/howto/access.xml +++ b/docs/manual/howto/access.xml @@ -168,7 +168,7 @@ Require expr %{HTTP_USER_AGENT} != 'BadBot' on arbitrary criteria.

For example, if you wish to block access to a resource between 8pm - and 6am, you can do this using mod_rewrite.

+ and 7am, you can do this using mod_rewrite.

RewriteEngine On