]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Mon, 6 Aug 2012 10:16:35 +0000 (10:16 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 6 Aug 2012 10:16:35 +0000 (10:16 +0000)
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
docs/manual/mod/mod_lua.xml.fr

index ada77f243678e9c875df4d8aa729e018862538c3..db45c695f625248555c57a711e65984374810d05 100644 (file)
@@ -305,7 +305,9 @@ performing access control, or setting mimetypes:</p>
     </tr>
 </table>
 
-<p>Hook functions are passed the request object as their only argument.
+<p>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
 <code>apache2.OK</code>, <code>apache2.DONE</code>, or
index feb1f1042cd7769571dda17b0b0617cca6ce3fea..b41cfdb62d1daadd6c08d6aa53186e2b447251c3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1355934:1369696 (outdated) -->
+<!-- English Revision: 1355934:1369769 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->