From 85f65eba08ccf67a71b534cd879dbb03e7e816a9 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 6 Aug 2012 10:16:35 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369770 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.html.en | 4 +++- docs/manual/mod/mod_lua.xml.fr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index ada77f24367..db45c695f62 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -305,7 +305,9 @@ performing access control, or setting mimetypes:

-

Hook functions are passed the request object as their only argument. +

Hook functions are passed the request object as their only argument +(except for LuaAuthzProvider, which also gets passed the arguments from +the Require directive). They can return any value, depending on the hook, but most commonly they'll return OK, DONE, or DECLINED, which you can write in lua as apache2.OK, apache2.DONE, or diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index feb1f1042cd..b41cfdb62d1 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + -- 2.47.3