You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/08/22 09:47:28 UTC

svn commit: r1375917 - /httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Author: humbedooh
Date: Wed Aug 22 07:47:27 2012
New Revision: 1375917

URL: http://svn.apache.org/viewvc?rev=1375917&view=rev
Log:
Updates:
- Authz provider is available in 2.4.3 and later
- Fix whitespace issues

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=1375917&r1=1375916&r2=1375917&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Wed Aug 22 07:47:27 2012
@@ -631,9 +631,9 @@ end
         </highlight>
 
         <highlight language="lua">
-        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.
         </highlight>
 
         <highlight language="lua">
@@ -1160,7 +1160,7 @@ hook function usually returns OK, DECLIN
 </description>
 <syntax>LuaAuthzProvider provider_name /path/to/lua/script.lua function_name</syntax>
 <contextlist><context>server config</context> </contextlist>
-<compatibility>2.5.0 and later</compatibility>
+<compatibility>2.4.3 and later</compatibility>
 
 <usage>
 <p>After a lua function has been registered as authorization provider, it can be used