From: Daniel Gruno Date: Wed, 6 Jun 2012 15:28:21 +0000 (+0000) Subject: Add a note that VirtualDocumentRoot will override DocumentRoot in the current scope... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ee8884ec7ecd9d890510015614bf067c92a38e;p=thirdparty%2Fapache%2Fhttpd.git Add a note that VirtualDocumentRoot will override DocumentRoot in the current scope (and thus also in all virtual hosts if defined in the global server scope) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346943 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_vhost_alias.xml b/docs/manual/mod/mod_vhost_alias.xml index b1d716b4432..4b7eb17c22c 100644 --- a/docs/manual/mod/mod_vhost_alias.xml +++ b/docs/manual/mod/mod_vhost_alias.xml @@ -252,7 +252,18 @@ for a given virtual host cannot be used in the same context as VirtualDocumentRootIP.

+Note +VirtualDocumentRoot will override any DocumentRoot directives you may have put in the same +context or child contexts. Putting a VirtualDocumentRoot +in the global server scope will effectively override DocumentRoot directives in any virtual hosts defined later +on, unless you set VirtualDocumentRoot to None +in each virtual host. + + +