summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy.html
diff options
context:
space:
mode:
authorLars Eilebrecht <lars@apache.org>1998-08-06 01:05:30 +0000
committerLars Eilebrecht <lars@apache.org>1998-08-06 01:05:30 +0000
commit43af9f19e80c59cf4052e5c2f2b2f13d17b6540b (patch)
treed3a87c9a473b84a741843e7a82b7aeef92bb4ea8 /docs/manual/mod/mod_proxy.html
parentdba2fbb4f80edb93d88c18d6520de2120d1b792f (diff)
downloadhttpd-43af9f19e80c59cf4052e5c2f2b2f13d17b6540b.tar.gz
We don't want to make people think that '_' are allowed in hostnames.
PR: 2788 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html')
-rw-r--r--docs/manual/mod/mod_proxy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html
index e8bfec256d..c868259d11 100644
--- a/docs/manual/mod/mod_proxy.html
+++ b/docs/manual/mod/mod_proxy.html
@@ -306,7 +306,7 @@ will also attempt to determine IP addresses of list items which may be
hostnames during startup, and cache them for match test as well. Example:
<PRE>
- ProxyBlock joes_garage.com some_host.co.uk rocky.wotsamattau.edu
+ ProxyBlock joes-garage.com some-host.co.uk rocky.wotsamattau.edu
</PRE>
'rocky.wotsamattau.edu' would also be matched if referenced by IP address.<P>
@@ -947,7 +947,7 @@ also attempt to determine IP addresses of list items which may be hostnames
during startup, and cache them for match test as well. Example:
<PRE>
- NoCache joes_garage.com some_host.co.uk bullwinkle.wotsamattau.edu
+ NoCache joes-garage.com some-host.co.uk bullwinkle.wotsamattau.edu
</PRE>
'bullwinkle.wotsamattau.edu' would also be matched if referenced by IP