From: Lars Eilebrecht Date: Thu, 6 Aug 1998 01:05:30 +0000 (+0000) Subject: We don't want to make people think that '_' are allowed in hostnames. X-Git-Tag: 1.3.2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43af9f19e80c59cf4052e5c2f2b2f13d17b6540b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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