diff options
author | Igor Galić <igalic@apache.org> | 2010-12-01 16:16:13 +0100 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2010-12-01 16:16:13 +0100 |
commit | 0bbf5d0968a035d6719f826611339fcd342c274d (patch) | |
tree | 7be058581db57671940c822eafd25ee995f53298 | |
parent | Rebuild igalic's changes. (diff) | |
download | apache2-0bbf5d0968a035d6719f826611339fcd342c274d.tar.xz apache2-0bbf5d0968a035d6719f826611339fcd342c274d.zip |
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
-rw-r--r-- | docs/manual/mod/mod_mime.xml | 8 |
1 files changed, 5 insertions, 3 deletions
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</description> 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> |