]> granicus.if.org Git - apache/commitdiff
add new properties/constants
authorEric Covener <covener@apache.org>
Sun, 30 Oct 2011 14:43:31 +0000 (14:43 +0000)
committerEric Covener <covener@apache.org>
Sun, 30 Oct 2011 14:43:31 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1195173 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml

index 801164cb5dd6573dd9760f8f2ec6b4efebf8d441..eaae1a6b00d5935a617b68f3cd09c355a7eeea7d 100644 (file)
@@ -269,6 +269,12 @@ end
           <td>string</td>
           <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>
@@ -304,6 +310,11 @@ end
           <td>string</td>
           <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>
@@ -401,6 +412,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 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 </dl>
 <p>(Other HTTP status codes are not yet implemented.)</p>
 </div>
index 839ac21774d3412965f1aedf802c2df2bcdad2fc..d8cc4c42ae2dae92d3852f3da5a679b5801c2104 100644 (file)
@@ -242,6 +242,12 @@ end
           <td>string</td>
           <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>
@@ -277,6 +283,11 @@ end
           <td>string</td>
           <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>
@@ -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>