From: Daniel Gruno Date: Wed, 22 Aug 2012 07:47:27 +0000 (+0000) Subject: Updates: X-Git-Tag: 2.5.0-alpha~6387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ad46c3b66f6552272eb4df5a8b03bc1e23a7c6;p=thirdparty%2Fapache%2Fhttpd.git Updates: - 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 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 96bec9fae67..869b0a0e178 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -631,9 +631,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. @@ -1160,7 +1160,7 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.

LuaAuthzProvider provider_name /path/to/lua/script.lua function_name server config -2.5.0 and later +2.4.3 and later

After a lua function has been registered as authorization provider, it can be used