From: Daniel Gruno Date: Thu, 2 Aug 2012 18:51:05 +0000 (+0000) Subject: Add some missing values X-Git-Tag: 2.5.0-alpha~6522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8a0f5636e8f3245497d7e325be5490cb224571;p=thirdparty%2Fapache%2Fhttpd.git Add some missing values git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368642 13f79535-47bb-0310-9956-ffa450edef68 --- 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