From: Daniel Gruno
Date: Tue, 15 May 2012 06:25:38 +0000 (+0000)
Subject: rebuild
X-Git-Tag: 2.4.3~432
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de09e2ef21d0b0cc934d64d17cd0e68bcc4e89da;p=apache
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1338552 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en
index 55d4f3535e..4cc27595d2 100644
--- a/docs/manual/howto/access.html.en
+++ b/docs/manual/howto/access.html.en
@@ -135,7 +135,7 @@ Require not gov
following:
-<If "%{HTTP_USER_AGENT} = 'BadBot'">
+<If "%{HTTP_USER_AGENT} == 'BadBot'">
Require All Denied
</If>
@@ -164,7 +164,7 @@ Require not gov
RewriteEngine On
-RewriteCond %{TIME_HOUR} >20 [OR]
+RewriteCond %{TIME_HOUR} >=20 [OR]
RewriteCond %{TIME_HOUR} <07
RewriteRule ^/fridge - [F]