diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-08-02 20:51:05 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-08-02 20:51:05 +0200 |
commit | 4a8a0f5636e8f3245497d7e325be5490cb224571 (patch) | |
tree | 2c3fbc84721213ee04ab7e1f117f8343a1c8f0de /docs/manual/mod/mod_lua.xml | |
parent | Merged in 2.4.x (diff) | |
download | apache2-4a8a0f5636e8f3245497d7e325be5490cb224571.tar.xz apache2-4a8a0f5636e8f3245497d7e325be5490cb224571.zip |
Add some missing values
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_lua.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index be66a51504..d7217defe0 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -588,6 +588,9 @@ end <dd>HTTP status code</dd> <dt>apache2.PROXYREQ_NONE, apache2.PROXYREQ_PROXY, apache2.PROXYREQ_REVERSE, apache2.PROXYREQ_RESPONSE</dt> <dd>internal constants used by <module>mod_proxy</module></dd> + <dt>apache2.AUTHZ_DENIED, apache2.AUTHZ_GRANTED, apache2.AUTHZ_NEUTRAL, apache2.AUTHZ_GENERAL_ERROR, apache2.AUTHZ_DENIED_NO_USER</dt> + <dd>internal constants used by <module>mod_authz_core</module></dd> + </dl> <p>(Other HTTP status codes are not yet implemented.)</p> </section> @@ -611,7 +614,7 @@ end <directivesynopsis> <name>LuaScope</name> -<description>One of once, request, conn -- default is once</description> +<description>One of once, request, conn, thread -- default is once</description> <syntax>LuaScope once|request|conn|thread</syntax> <default>LuaScope once</default> <contextlist><context>server config</context><context>virtual host</context> |