From dcf1014c6121daf034211db992aebb59254663d5 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 13 Jan 2014 01:52:58 +0000 Subject: [PATCH] the rewrite-ism is now handled separately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557642 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dir.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index fe30af422a..f8821934a1 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -289,15 +289,14 @@ act as if "DirectorySlash Off" was specified. whether mod_dir should check for directory indexes or add trailing slashes when some other handler has been configured for the current URL. Handlers can be set by directives such as - SetHandler or by other modules, - such as mod_rewrite during per-directory substitutions. -

+ SetHandler or by other modules at + runtime.

In releases prior to 2.4, this module did not take any action if any other handler was configured for a URL. This allows directory indexes to be served even when a SetHandler directive is specified for an entire directory, but it can also result in some conflicts - with modules such as mod_rewrite.

+ with other modules.

-- 2.50.1