You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2010/12/01 16:16:15 UTC

svn commit: r1041047 - /httpd/httpd/trunk/docs/manual/mod/mod_mime.xml

Author: igalic
Date: Wed Dec  1 15:16:13 2010
New Revision: 1041047

URL: http://svn.apache.org/viewvc?rev=1041047&view=rev
Log:
Fixing a typo, closing PR#50381 and PR#50354 (again).

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_mime.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_mime.xml?rev=1041047&r1=1041046&r2=1041047&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_mime.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Wed Dec  1 15:16:13 2010
@@ -693,13 +693,15 @@ components as part of the filename</desc
       ModMimeUsePathInfo On
     </example>
 
-    <p>If you have a request for <code>/index.php/foo.shtml</code> where
-    <code>/index.php</code> <module>mod_mime</module> will now treat the
+    <p>If you have a request for <code>/index.php/foo.shtml</code>
+    <module>mod_mime</module> will now treat the
     incoming request as <code>/index.php/foo.shtml</code> and directives
     like <code>AddOutputFilter INCLUDES .shtml</code> will add the
     <code>INCLUDES</code> filter to the request. If <directive
     >ModMimeUsePathInfo</directive> is not set, the
-    <code>INCLUDES</code> filter will not be added.</p>
+    <code>INCLUDES</code> filter will not be added. This will work
+    analogously for virtual paths, such as those defined by
+    <section>Location</Location></p>
 </usage>
 <seealso><directive module="core">AcceptPathInfo</directive></seealso>
 </directivesynopsis>