From: Daniel Gruno
Date: Wed, 1 Aug 2012 19:21:57 +0000 (+0000)
Subject: Fix up some contradictory contexts
X-Git-Tag: 2.5.0-alpha~6536
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75723be6b740a7a2acb3bb5c4703796ac916a4fe;p=thirdparty%2Fapache%2Fhttpd.git
Fix up some contradictory contexts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368204 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 7a79e24d4bf..768531f2426 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -641,7 +641,6 @@ LuaCodeCache never
Provide a hook for the translate name phase of request processing
LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late]
server configvirtual host
-directory
All
The optional third argument is supported in 2.3.15 and later
@@ -887,7 +886,6 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.
Provide a hook for the quick handler of request processing
LuaQuickHandler /path/to/script.lua hook_function_name
server configvirtual host
-directory.htaccess
All
...