From 6bc908077a7bde9534e5ef513c404db8cbc19aad Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 15 May 2012 06:24:01 +0000 Subject: [PATCH] rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338550 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/access.html.en | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index 26580f4ba4d..a3add8dd0a1 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]
     
-- 2.47.3