diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-08-01 21:21:57 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-08-01 21:21:57 +0200 |
commit | 75723be6b740a7a2acb3bb5c4703796ac916a4fe (patch) | |
tree | 00b9f2ce36ce20bb21a045e368a11b2843a03f5c /docs/manual/mod/mod_lua.xml | |
parent | spelling fix (diff) | |
download | apache2-75723be6b740a7a2acb3bb5c4703796ac916a4fe.tar.xz apache2-75723be6b740a7a2acb3bb5c4703796ac916a4fe.zip |
Fix up some contradictory contexts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368204 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.xml')
-rw-r--r-- | docs/manual/mod/mod_lua.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 7a79e24d4b..768531f242 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -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> |