Commit 84d1df0b authored by Lars Eilebrecht's avatar Lars Eilebrecht
Browse files

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
parent 8e9043c0
Loading
Loading
Loading
Loading
+2 −2
Changes for docs/manual/mod/mod_proxy.html: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -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