From 43af9f19e80c59cf4052e5c2f2b2f13d17b6540b Mon Sep 17 00:00:00 2001 From: Lars Eilebrecht Date: Thu, 6 Aug 1998 01:05:30 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index e8bfec256d3..c868259d113 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:
-  ProxyBlock joes_garage.com some_host.co.uk rocky.wotsamattau.edu
+  ProxyBlock joes-garage.com some-host.co.uk rocky.wotsamattau.edu
 
'rocky.wotsamattau.edu' would also be matched if referenced by IP address.

@@ -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:

-  NoCache joes_garage.com some_host.co.uk bullwinkle.wotsamattau.edu
+  NoCache joes-garage.com some-host.co.uk bullwinkle.wotsamattau.edu
 
'bullwinkle.wotsamattau.edu' would also be matched if referenced by IP -- 2.47.2