You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2010/12/10 23:25:13 UTC

svn commit: r1044522 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_dir.html.en mod_dir.xml

Author: covener
Date: Fri Dec 10 22:25:13 2010
New Revision: 1044522

URL: http://svn.apache.org/viewvc?rev=1044522&view=rev
Log:
add compat for FallbackResource

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.html.en?rev=1044522&r1=1044521&r2=1044522&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.html.en Fri Dec 10 22:25:13 2010
@@ -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).

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml?rev=1044522&r1=1044521&r2=1044522&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml Fri Dec 10 22:25:13 2010
@@ -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).