From: Stefan Fritsch Date: Tue, 15 Nov 2011 22:49:14 +0000 (+0000) Subject: Fix xml X-Git-Tag: 2.5.0-alpha~7877 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65d256c3ba1f726f9445bd5b271d4df7bd40f34b;p=apache Fix xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202453 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 7c46463e36..b436511a15 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -730,11 +730,11 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.

Controls how parent configuration sections are merged into children LuaInherit none|parent-first|parent-last LuaInherit parent-first -2.5.0 and later server configvirtual host directory.htaccess All +2.5.0 and later

By default, if LuaHook* directives are used in overlapping Directory or Location configuration sections, the scripts defined in the more specific section are run after those defined in the more diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 975394fab6..3d1f5aaef7 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1352,9 +1352,11 @@ reverse proxy. This directive rewrites the path string in

In the example given with ProxyPassReverse, the directive: +

ProxyPassReverseCookiePath / /mirror/foo/ +

will rewrite a cookie with backend path / (or /example or, in fact, anything) to /mirror/foo/.