From: Daniel Gruno Date: Tue, 15 May 2012 06:24:01 +0000 (+0000) Subject: rebuild X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc908077a7bde9534e5ef513c404db8cbc19aad;p=thirdparty%2Fapache%2Fhttpd.git rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338550 13f79535-47bb-0310-9956-ffa450edef68 --- 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]