From: André Malo Date: Sat, 1 Jan 2011 00:31:34 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.11~294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7650e1e45efb8f88a559c91ff6c124176d6c7011;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 2a83d4edf31..91c64ccfaf9 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3662,9 +3662,10 @@ handler

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

-
Because SetHandler overrides default handlers, +

Note

+

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

+ directories or index files is suppressed.

See also