From: Igor Galić Date: Wed, 1 Dec 2010 15:16:13 +0000 (+0000) Subject: Fixing a typo, closing PR#50381 and PR#50354 (again). X-Git-Tag: 2.3.10~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bbf5d0968a035d6719f826611339fcd342c274d;p=apache Fixing a typo, closing PR#50381 and PR#50354 (again). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041047 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 7e62483ba1..68849684d1 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -693,13 +693,15 @@ components as part of the filename ModMimeUsePathInfo On -

If you have a request for /index.php/foo.shtml where - /index.php mod_mime will now treat the +

If you have a request for /index.php/foo.shtml + mod_mime will now treat the incoming request as /index.php/foo.shtml and directives like AddOutputFilter INCLUDES .shtml will add the INCLUDES filter to the request. If ModMimeUsePathInfo is not set, the - INCLUDES filter will not be added.

+ INCLUDES filter will not be added. This will work + analogously for virtual paths, such as those defined by +
Location

AcceptPathInfo