From: Nick Kew Date: Thu, 19 Aug 2010 20:31:52 +0000 (+0000) Subject: alert docs readers to minor gotcha X-Git-Tag: 2.2.17~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe10e0d866ca5749969b5adfa443656bf0e3611;p=thirdparty%2Fapache%2Fhttpd.git alert docs readers to minor gotcha git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987300 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 69aa8f72bb4..8ef97d2044c 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2819,10 +2819,12 @@ to name-virtual hosts ServerName server.domain.com
ServerAlias server server2.domain.com server2
ServerAlias *.example.com
+ UseCanonicalName Off
# ...
</VirtualHost> +UseCanonicalName Apache Virtual Host documentation