]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add compat for FallbackResource
authorEric Covener <covener@apache.org>
Fri, 10 Dec 2010 22:25:13 +0000 (22:25 +0000)
committerEric Covener <covener@apache.org>
Fri, 10 Dec 2010 22:25:13 +0000 (22:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1044522 13f79535-47bb-0310-9956-ffa450edef68

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

index 2b775edca2ec3e6970a1370d98aa7b5443d3004d..da7d54fac6953aa58a82762bfd25dc5d4a8bc4a8 100644 (file)
@@ -170,6 +170,7 @@ a directory</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Indexes</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dir</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Apache HTTP Server 2.2.16 and later</td></tr>
 </table>
     <p>Use this to set a handler for any URL that doesn't map to anything
     in your filesystem, and would otherwise return HTTP 404 (Not Found).
index 7e2152342a39e706f3d4b1cc407808520750ff0f..0682d4fd09f18a9ada7c82da72d16b3380f10beb 100644 (file)
@@ -158,6 +158,7 @@ a directory</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>Indexes</override>
+<compatibility>Apache HTTP Server 2.2.16 and later</compatibility>
 <usage>
     <p>Use this to set a handler for any URL that doesn't map to anything
     in your filesystem, and would otherwise return HTTP 404 (Not Found).