From: André Malo Date: Thu, 6 Oct 2005 16:02:01 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.0~2906 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c2ec8d7ff3555257475b3859cad1319e4d2d9b5;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306786 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index ac5a3920bcd..49e08495371 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2951,6 +2951,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.

See also