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 14:34:19 UTC

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

Author: igalic
Date: Wed Dec  1 13:34:19 2010
New Revision: 1041003

URL: http://svn.apache.org/viewvc?rev=1041003&view=rev
Log:
PR#50354

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=1041003&r1=1041002&r2=1041003&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_mime.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Wed Dec  1 13:34:19 2010
@@ -693,13 +693,12 @@ components as part of the filename</desc
       ModMimeUsePathInfo On
     </example>
 
-    <p>If you have a request for <code>/bar/foo.shtml</code> where
-    <code>/bar</code> is a Location and <directive
-    >ModMimeUsePathInfo</directive> is <code>On</code>,
-    <module>mod_mime</module> will treat the incoming request as
-    <code>/bar/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
+    <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
+    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>
 </usage>
 <seealso><directive module="core">AcceptPathInfo</directive></seealso>