]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Updates:
authorDaniel Gruno <humbedooh@apache.org>
Wed, 22 Aug 2012 07:47:27 +0000 (07:47 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 22 Aug 2012 07:47:27 +0000 (07:47 +0000)
- Authz provider is available in 2.4.3 and later
- Fix whitespace issues

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375917 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 96bec9fae6746aac37c26e20ae255519d73eeba5..869b0a0e1789515a35f3f3b4bc331c48129b59d0 100644 (file)
@@ -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, DECLINED, or HTTP_FORBIDDEN.</p>
 </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