]> granicus.if.org Git - apache/commitdiff
Oops, missed some.
authorRich Bowen <rbowen@apache.org>
Thu, 22 Apr 2010 11:39:48 +0000 (11:39 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 22 Apr 2010 11:39:48 +0000 (11:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936790 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 285a72c600002d43fbcad27b58ffbcf408611c3d..527a3d285da3a47847563fa1757486a20de003c1 100644 (file)
@@ -323,24 +323,21 @@ processing</description>
 
 <directivesynopsis>
 <name>LuaHookAuthChecker</name>
+<description>Provide a hook for the auth_checker phase of request processing</description>
 <syntax>LuaHookAuthChecker  /path/to/lua/script.lua hook_function_name</syntax>
     <usage><p>...</p></usage>
 </directivesynopsis>
 
 <directivesynopsis>
 <name>LuaHookAccessChecker</name>
+<description>Provide a hook for the access_checker phase of request processing</description>
 <syntax>LuaHookAccessChecker  /path/to/lua/script.lua  hook_function_name</syntax>
     <usage><p>...</p></usage>
 </directivesynopsis>
 
-<directivesynopsis>
-<name>LuaHookAuthChecker</name>
-<syntax>LuaHookAuthChecker  /path/to/lua/script.lua hook_function_name</syntax>
-    <usage><p>...</p></usage>
-</directivesynopsis>
-
 <directivesynopsis>
 <name>LuaHookInsertFilter</name>
+<description>Provide a hook for the insert_filter phase of request processing</description>
 <syntax>LuaHookInsertFilter  /path/to/lua/script.lua hook_function_name</syntax>
     <usage><p>Not Yet Implemented</p></usage>
 </directivesynopsis>