From ba1744a92ca094bf1b7bc702d3afda0ce9f128cf Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 22 Aug 2012 07:48:46 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1375919 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.html.en | 8 ++++---- docs/manual/mod/mod_lua.xml.fr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 2ad2d3499d..ffb7818049 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -456,9 +456,9 @@ end
-        r:parsebody([sizeLimit]) -- parse the request body as a POST and return  a lua table.
-                                 -- An optional number may be passed to specify the maximum number 
-                                 -- of bytes to parse. Default is 8192 bytes.
+r:parsebody([sizeLimit]) -- parse the request body as a POST and return  a lua table.
+                         -- An optional number may be passed to specify the maximum number 
+                         -- of bytes to parse. Default is 8192 bytes.
         
@@ -522,7 +522,7 @@ end
 Context:server config
 Status:Experimental
 Module:mod_lua
-Compatibility:2.5.0 and later
+Compatibility:2.4.3 and later
 
 

After a lua function has been registered as authorization provider, it can be used with the Require directive:

diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 21811ec856..a493a5e193 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + -- 2.40.0