]> granicus.if.org Git - apache/commitdiff
Add <compatibility> notes for changes made in version 2.4.2
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 8 Apr 2014 20:28:12 +0000 (20:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 8 Apr 2014 20:28:12 +0000 (20:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585829 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
docs/manual/mod/mod_proxy.xml

index 50bc78bf235230867e7f49b14824bddb5d33ec0b..ecf20538eb6e7b11eafdc9fbc6cc88dad71f1be2 100644 (file)
@@ -612,6 +612,7 @@ headers</description>
 <syntax>DefaultRuntimeDir <var>directory-path</var></syntax>
 <default>DefaultRuntimeDir DEFAULT_REL_RUNTIMEDIR (logs/)</default>
 <contextlist><context>server config</context></contextlist>
+<compatibility>Available in Apache 2.4.2 and later</compatibility>
 
 <usage>
     <p>The <directive>DefaultRuntimeDir</directive> directive sets the
index a8cbf797ad9b8ff8fed39329c1d6699b1e70d0ca..1b77507f0e25fb976041e5eef7adcb9929fed219 100644 (file)
@@ -843,7 +843,6 @@ expressions</description>
     a local virtual path; <var>url</var> is a partial URL for the
     remote server and cannot include a query string.</p>
 
-    
     <note><strong>Note: </strong>This directive cannot be used within a 
     <code>&lt;Directory&gt;</code> context.</note>
 
@@ -1208,7 +1207,8 @@ ProxyPass /mirror/foo http://backend.example.com
         <td>Off</td>
         <td>If set, an IO read timeout after a request is sent to the backend will
         force the worker into error state. Worker recovery behaves the same as other
-        worker errors.
+        worker errors.<br />
+        Available in Apache HTTP Server 2.4.5 and later.
     </td></tr>
     <tr><td>nonce</td>
         <td>&lt;auto&gt;</td>
@@ -1234,7 +1234,8 @@ ProxyPass /mirror/foo http://backend.example.com
         in error state. There might be cases where an already overloaded backend
         can get into deeper trouble if the recovery of all workers is enforced
         without considering the retry parameter of each worker. In this case
-        set to <code>Off</code>.
+        set to <code>Off</code>.<br />
+        Available in Apache HTTP Server 2.4.2 and later.
     </td></tr>
 
     </table>