From: Eric Covener Date: Sun, 18 Sep 2016 17:29:36 +0000 (+0000) Subject: emphasize that the config sections are not even used X-Git-Tag: 2.4.24~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b1bf6ee12bd470b4dc919209d6fe27399b2dd71;p=thirdparty%2Fapache%2Fhttpd.git emphasize that the config sections are not even used git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1761347 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 065a65e2b4a..4f022cf05cc 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -789,7 +789,8 @@ DocumentRoot "/var/www/${servername}/htdocs"

While this directive is supported in virtual host and directory context, the changes it makes are visible to any later configuration - directives, beyond any enclosing configuration section. Support for the + directives, beyond any enclosing configuration section (matching or not). + Support for the the other configuration sections was erroneously permitted by the initial implementation of this directive and is only preserved (with unintuitive results to maintain backward compatibility.