projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81cf826
)
Agreement between example and explanation
author
Rich Bowen
<rbowen@apache.org>
Tue, 18 Jul 2017 19:44:44 +0000
(19:44 +0000)
committer
Rich Bowen
<rbowen@apache.org>
Tue, 18 Jul 2017 19:44:44 +0000
(19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1802328
13f79535
-47bb-0310-9956-
ffa450edef68
docs/manual/howto/access.xml
patch
|
blob
|
history
diff --git
a/docs/manual/howto/access.xml
b/docs/manual/howto/access.xml
index a130ec429999c7467bf061ef7463e2a13e0595c9..97b433fe7d6b68aa7a9b5fd30804490195fdbbce 100644
(file)
--- 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.</p>
<p>For example, if you wish to block access to a resource between 8pm
- and
6
am, you can do this using <module>mod_rewrite</module>.</p>
+ and
7
am, you can do this using <module>mod_rewrite</module>.</p>
<highlight language="config">
RewriteEngine On