From: Eric Covener Date: Sun, 30 Oct 2011 14:43:31 +0000 (+0000) Subject: add new properties/constants X-Git-Tag: 2.3.15~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18e5fd007eddf4b6f232d1e85ca6e80a13773269;p=apache add new properties/constants git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1195173 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 801164cb5d..eaae1a6b00 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -269,6 +269,12 @@ end string yes + + handler + string + yes + + headers_in table @@ -304,6 +310,11 @@ end string no + + proxyreq + string + yes + range string @@ -401,6 +412,8 @@ end
Apache HTTP server version string
apache2.HTTP_MOVED_TEMPORARILY
HTTP status code
+
apache2.PROXYREQ_NONE, apache2.PROXYREQ_PROXY, apache2.PROXYREQ_REVERSE, apache2.PROXYREQ_RESPONSE
+
internal constants used by mod_proxy

(Other HTTP status codes are not yet implemented.)

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 @@ -242,6 +242,12 @@ end string yes + + handler + string + yes + + headers_in table @@ -277,6 +283,11 @@ end string no + + proxyreq + string + yes + range string @@ -374,6 +385,8 @@ end
Apache HTTP server version string
apache2.HTTP_MOVED_TEMPORARILY
HTTP status code
+
apache2.PROXYREQ_NONE, apache2.PROXYREQ_PROXY, apache2.PROXYREQ_REVERSE, apache2.PROXYREQ_RESPONSE
+
internal constants used by mod_proxy

(Other HTTP status codes are not yet implemented.)