]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r686540, r686541, r686542, r686547 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Sat, 16 Aug 2008 19:29:49 +0000 (19:29 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 16 Aug 2008 19:29:49 +0000 (19:29 +0000)
* Note further env variables and that their documentation can be found
  in mod_proxy_http.

* Write variable in lowercase.

* Fix error in default setting for ProxyTimeout

Submitted by: rpluem
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686548 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.xml
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_http.xml

index ac5b7a54c0f0446aa7419dbee8d4837ae8025f30..125dd753bfd4f95b326971399174116bbf753862 100644 (file)
 
    </section>
 
-   <section id="proxy"><title>force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, proxy-sendcl</title>
+   <section id="proxy"><title>force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked,
+   proxy-sendcl, proxy-chain-auth, proxy-interim-response</title>
 
    <p>These directives alter the protocol behavior of
-   <module>mod_proxy</module>.  See the <module>mod_proxy</module>
+   <module>mod_proxy</module>.  See the <module>mod_proxy</module> and <module>mod_proxy_http</module>
    documentation for more details.</p>
    </section>
 
index 67c310a68eb7af4934d74af5600c01c92a9d9a2b..8bfc3187b076fe2d7caaaa4990470b8c3ccb5045 100644 (file)
@@ -782,7 +782,7 @@ expressions</description>
         clears the in-error flag.
     </td></tr>
     <tr><td>timeout</td>
-        <td><directive>ProxyTimeout</directive></td>
+        <td><directive module="mod_proxy">ProxyTimeout</directive></td>
         <td>Connection timeout in seconds.
         The number of seconds Apache waits for data sent by / to the backend.
     </td></tr>
@@ -1297,7 +1297,7 @@ directly</description>
 <name>ProxyTimeout</name>
 <description>Network timeout for proxied requests</description>
 <syntax>ProxyTimeout <var>seconds</var></syntax>
-<default>ProxyTimeout 300</default>
+<default>Value of <directive module="core">Timeout</directive></default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
 <compatibility>Available in Apache 2.0.31 and later</compatibility>
index a39b6de555996b6180c09d736ed4e9052405c5b6..f92a86facc2e18fd22ecf31688f266f32f2f3722 100644 (file)
         <dt>proxy-nokeepalive</dt>
         <dd>Forces the proxy to close the backend connection after
         each request.</dd>
-        <dt>Proxy-Chain-Auth</dt>
+        <dt>proxy-chain-auth</dt>
         <dd>If the proxy requires authentication, it will read and
         consume the proxy authentication credentials sent by the client.
-        With <var>Proxy-Chain-Auth</var> it will <em>also</em> forward
+        With <var>proxy-chain-auth</var> it will <em>also</em> forward
         the credentials to the next proxy in the chain.  This may
         be necessary if you have a chain of proxies that share
         authentication information.  <strong>Security Warning:</strong>