From: Eric Covener Date: Mon, 13 Jan 2014 01:52:58 +0000 (+0000) Subject: the rewrite-ism is now handled separately. X-Git-Tag: 2.5.0-alpha~4642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcf1014c6121daf034211db992aebb59254663d5;p=apache 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 --- 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.