]> granicus.if.org Git - apache/commitdiff
Fix up some contradictory contexts
authorDaniel Gruno <humbedooh@apache.org>
Wed, 1 Aug 2012 19:21:57 +0000 (19:21 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 1 Aug 2012 19:21:57 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368204 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 7a79e24d4bfc53f5472a051004037b41f32678a4..768531f24268b63c03eb13da3cebc62ffa9165f5 100644 (file)
@@ -641,7 +641,6 @@ LuaCodeCache never
 <description>Provide a hook for the translate name phase of request processing</description>
 <syntax>LuaHookTranslateName  /path/to/lua/script.lua  hook_function_name [early|late]</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context>
 </contextlist>
 <override>All</override>
 <compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
@@ -887,7 +886,6 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.</p>
 <description>Provide a hook for the quick handler of request processing</description>
 <syntax>LuaQuickHandler /path/to/script.lua hook_function_name</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>All</override>
 <usage><p>...</p>