1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

Fix a missing whitespace in an example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-05-13 13:21:01 +00:00
parent 4674c370c3
commit 48890a8e0d

View File

@ -112,7 +112,7 @@ Require ip ip.address
<highlight language="config">
Require not ip 192.168.205
Require not host phishers.example.commoreidiots.example
Require not host phishers.example.com moreidiots.example
Require not gov
</highlight>