From 0bbf5d0968a035d6719f826611339fcd342c274d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Igor=20Gali=C4=87?=
Date: Wed, 1 Dec 2010 15:16:13 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_mime.xml | 8 +++++---
1 file 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
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
+
AcceptPathInfo
--
2.50.1