From: Eric Covener Date: Fri, 10 Dec 2010 22:25:13 +0000 (+0000) Subject: add compat for FallbackResource X-Git-Tag: 2.2.18~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bcda86586f4591a39d6f9f62ac549b2342f550e;p=thirdparty%2Fapache%2Fhttpd.git add compat for FallbackResource git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1044522 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index 2b775edca2e..da7d54fac69 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -170,6 +170,7 @@ a directory Override:Indexes Status:Base Module:mod_dir +Compatibility:Apache HTTP Server 2.2.16 and later

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). diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 7e2152342a3..0682d4fd09f 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -158,6 +158,7 @@ a directory server configvirtual host directory.htaccess Indexes +Apache HTTP Server 2.2.16 and later

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).