From d7035cb998c78e99c17fa4f82ecefb1a01020716 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Wed, 22 Aug 2012 07:47:27 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_lua.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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
--
2.47.3