From e8c6b22d0d128b9d806d92a305bf49ce2fea92de Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 28 Sep 2005 20:43:23 +0000 Subject: [PATCH] Add note about no Directory Indexes to SetHandler docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292292 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4f10298cb78..5306731d958 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2914,6 +2914,9 @@ handler

You can override an earlier defined SetHandler directive by using the value None.

+

Note: because SetHandler overrides default handlers, + normal behaviour such as handling of URLs ending in a slash (/) as + directories or index files is suppressed.

AddHandler -- 2.47.3