diff options
author | Eric Covener <covener@apache.org> | 2011-10-30 15:43:31 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-10-30 15:43:31 +0100 |
commit | 18e5fd007eddf4b6f232d1e85ca6e80a13773269 (patch) | |
tree | 208fe0826b36d37ee7c9ce2dabd1d08a2e2fffaa /docs/manual/mod/mod_lua.xml | |
parent | make r.handler and r.proxyreq readable too (diff) | |
download | apache2-18e5fd007eddf4b6f232d1e85ca6e80a13773269.tar.xz apache2-18e5fd007eddf4b6f232d1e85ca6e80a13773269.zip |
add new properties/constants
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1195173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.xml')
-rw-r--r-- | docs/manual/mod/mod_lua.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 839ac21774..d8cc4c42ae 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -243,6 +243,12 @@ end <td>yes</td> </tr> <tr> + <td><code>handler</code></td> + <td>string</td> + <td>yes</td> + </tr> + + <tr> <td><code>headers_in</code></td> <td>table</td> <td>yes</td> @@ -278,6 +284,11 @@ end <td>no</td> </tr> <tr> + <td><code>proxyreq</code></td> + <td>string</td> + <td>yes</td> + </tr> + <tr> <td><code>range</code></td> <td>string</td> <td>no</td> @@ -374,6 +385,8 @@ end <dd>Apache HTTP server version string</dd> <dt>apache2.HTTP_MOVED_TEMPORARILY</dt> <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> </dl> <p>(Other HTTP status codes are not yet implemented.)</p> </section> |