From 0283c94305188f5788866a4cc74f9a44789375d3 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sun, 25 Jun 2017 08:32:32 +0000 Subject: [PATCH] documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1799790 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 11 +++++------ docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.meta | 2 +- docs/manual/mod/core.xml.tr | 2 +- 7 files changed, 11 insertions(+), 12 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 254f212167..440ebfb31e 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -850,12 +850,11 @@ DocumentRoot "/var/www/${servername}/htdocs"

Variable names may not contain colon ":" characters, to avoid clashes with RewriteMap's syntax.

-

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 (matching or not). - Support for 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.

+

Virtual Host scope and pitfalls

+

While this directive is supported in virtual host context, + the changes it makes are visible to any later configuration + directives, beyond any enclosing virtual host.

+

See also