]> granicus.if.org Git - apache/commitdiff
Add note about no Directory Indexes to SetHandler docs.
authorNick Kew <niq@apache.org>
Wed, 28 Sep 2005 20:43:23 +0000 (20:43 +0000)
committerNick Kew <niq@apache.org>
Wed, 28 Sep 2005 20:43:23 +0000 (20:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292292 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 4f10298cb7863e5099e2e1ee2e19293f60a1ea3c..5306731d958597c8f480487ed53e40a997665bce 100644 (file)
@@ -2914,6 +2914,9 @@ handler</description>
 
     <p>You can override an earlier defined <directive>SetHandler</directive>
     directive by using the value <code>None</code>.</p>
+    <p><strong>Note:</strong> because SetHandler overrides default handlers,
+    normal behaviour such as handling of URLs ending in a slash (/) as
+    directories or index files is suppressed.</p>
 </usage>
 
 <seealso><directive module="mod_mime">AddHandler</directive></seealso>