]> granicus.if.org Git - apache/commitdiff
Add <compatibility> notes for changes made in version 2.4.2 + fix a typo not backport...
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 8 Apr 2014 20:29:24 +0000 (20:29 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 8 Apr 2014 20:29:24 +0000 (20:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1585830 13f79535-47bb-0310-9956-ffa450edef68

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

index 9009d1042e3b4328aa6189ec71a4cef37bdae172..29a37cec3be42435e5649fd0b846d54a09765c7b 100644 (file)
@@ -608,6 +608,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
@@ -1746,9 +1747,9 @@ filenames</description>
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
 <highlight language="config">
-&lt;FileMatch ^(?&lt;sitename&gt;[^/]+)&gt;
+&lt;FilesMatch ^(?&lt;sitename&gt;[^/]+)&gt;
     require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
-&lt;/FileMatch&gt;
+&lt;/FilesMatch&gt;
 </highlight>
 </usage>
 
index 9bd4ebb39905bc5c4b09de9ebdb5f6ee82e0caa4..232f54302d1be9c5c7549cfa7831d57a603e3ddb 100644 (file)
@@ -831,7 +831,7 @@ expressions</description>
 
     <note><strong>Note: </strong>This directive cannot be used within a 
     <code>&lt;Directory&gt;</code> context.</note>
-    
+
     <note type="warning">The <directive
     module="mod_proxy">ProxyRequests</directive> directive should
     usually be set <strong>off</strong> when using
@@ -1185,7 +1185,7 @@ 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>
@@ -1212,7 +1212,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>