From: Rainer Jung Date: Tue, 31 Jan 2012 18:38:02 +0000 (+0000) Subject: Sync docs with 2.4.x. X-Git-Tag: 2.5.0-alpha~7531 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13fd08da110f0fa6c4d2e16e851320c0d29e4ed1;p=apache Sync docs with 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238738 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 04eb59347b..0c51337d8d 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -735,7 +735,7 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.

directory.htaccess All -2.5.0 and later +2.4.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 @@ -751,7 +751,7 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.

Provide a hook for the quick handler of request processing server configvirtual host -directory +directory.htaccess All

...