From 85f65eba08ccf67a71b534cd879dbb03e7e816a9 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
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