From 6bcda86586f4591a39d6f9f62ac549b2342f550e Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 10 Dec 2010 22:25:13 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_dir.html.en | 1 + docs/manual/mod/mod_dir.xml | 1 + 2 files changed, 2 insertions(+) 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). -- 2.47.2