From: Nick Kew Date: Thu, 19 Aug 2010 20:31:22 +0000 (+0000) Subject: alert docs readers to minor gotcha X-Git-Tag: 2.3.8~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3c71f56c6128161e09e0a05bfd95439fd59dcac;p=thirdparty%2Fapache%2Fhttpd.git alert docs readers to minor gotcha git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index e26ff24535b..021b8b8153c 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3079,10 +3079,12 @@ to name-virtual hosts ServerName server.domain.com
ServerAlias server server2.domain.com server2
ServerAlias *.example.com
+ UseCanonicalName Off
# ...
</VirtualHost> +UseCanonicalName Apache HTTP Server Virtual Host documentation