Commit 4cc42219 authored by Eric Covener's avatar Eric Covener
Browse files

add new properties/constants


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1195173 13f79535-47bb-0310-9956-ffa450edef68
parent 099845bb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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>
+13 −0
Original line number Diff line number Diff line
@@ -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>