From: Nick Kew Date: Wed, 28 Sep 2005 20:43:23 +0000 (+0000) Subject: Add note about no Directory Indexes to SetHandler docs. X-Git-Tag: 2.3.0~2932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8c6b22d0d128b9d806d92a305bf49ce2fea92de;p=apache 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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4f10298cb7..5306731d95 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