You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/01/13 02:52:58 UTC

svn commit: r1557642 - /httpd/httpd/trunk/docs/manual/mod/mod_dir.xml

Author: covener
Date: Mon Jan 13 01:52:58 2014
New Revision: 1557642

URL: http://svn.apache.org/r1557642
Log:
the rewrite-ism is now handled separately.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_dir.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dir.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dir.xml?rev=1557642&r1=1557641&r2=1557642&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dir.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dir.xml Mon Jan 13 01:52:58 2014
@@ -289,15 +289,14 @@ act as if "DirectorySlash Off" was speci
     whether <module>mod_dir</module> 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 
-    <directive module="core">SetHandler</directive> or by other modules,
-    such as <module>mod_rewrite</module> during per-directory substitutions.
-    </p>
+    <directive module="core">SetHandler</directive> or by other modules at 
+    runtime. </p>
 
     <p> 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 <directive>SetHandler</directive> directive is 
     specified for an entire directory, but it can also result in some conflicts
-    with modules such as <directive>mod_rewrite</directive>.</p>
+    with other modules.</p> 
 </usage>
 </directivesynopsis>