From 4a8a0f5636e8f3245497d7e325be5490cb224571 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 2 Aug 2012 18:51:05 +0000 Subject: [PATCH] Add some missing values git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368642 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index be66a51504b..d7217defe02 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -588,6 +588,9 @@ end
HTTP status code
apache2.PROXYREQ_NONE, apache2.PROXYREQ_PROXY, apache2.PROXYREQ_REVERSE, apache2.PROXYREQ_RESPONSE
internal constants used by mod_proxy
+
apache2.AUTHZ_DENIED, apache2.AUTHZ_GRANTED, apache2.AUTHZ_NEUTRAL, apache2.AUTHZ_GENERAL_ERROR, apache2.AUTHZ_DENIED_NO_USER
+
internal constants used by mod_authz_core
+

(Other HTTP status codes are not yet implemented.)

@@ -611,7 +614,7 @@ end LuaScope -One of once, request, conn -- default is once +One of once, request, conn, thread -- default is once LuaScope once|request|conn|thread LuaScope once server configvirtual host -- 2.47.3