From 75723be6b740a7a2acb3bb5c4703796ac916a4fe Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 1 Aug 2012 19:21:57 +0000 Subject: [PATCH] Fix up some contradictory contexts git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368204 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 2 -- 1 file changed, 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 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

...

-- 2.40.0