You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2010/08/19 22:31:22 UTC

svn commit: r987299 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: niq
Date: Thu Aug 19 20:31:22 2010
New Revision: 987299

URL: http://svn.apache.org/viewvc?rev=987299&view=rev
Log:
alert docs readers to minor gotcha

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=987299&r1=987298&r2=987299&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Thu Aug 19 20:31:22 2010
@@ -3079,10 +3079,12 @@ to name-virtual hosts</description>
       ServerName server.domain.com<br />
       ServerAlias server server2.domain.com server2<br />
       ServerAlias *.example.com<br />
+      UseCanonicalName Off<br />
       # ...<br />
       &lt;/VirtualHost&gt;
     </example>
 </usage>
+<seealso><directive module="core">UseCanonicalName</directive></seealso>
 <seealso><a href="../vhosts/">Apache HTTP Server Virtual Host documentation</a></seealso>
 </directivesynopsis>