From: Rich Bowen Date: Mon, 16 Mar 2026 13:39:37 +0000 (+0000) Subject: bz64898 Specify that domain must start with . in ProxyDomain X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6fcf76c3a4e68d70d049fc0b2f138ccb0869b6;p=thirdparty%2Fapache%2Fhttpd.git bz64898 Specify that domain must start with . in ProxyDomain git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932339 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index d27b0be5c9..0f1c2895f0 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -2062,7 +2062,7 @@ NoProxy .example.com 192.168.112.0/21 the default domain which the apache proxy server will belong to. If a request to a host without a domain name is encountered, a redirection response to the same host with the configured Domain appended - will be generated.

+ will be generated. The domain name must start with a dot.

Example