From: Justin Erenkrantz Date: Mon, 9 Sep 2002 21:09:00 +0000 (+0000) Subject: Change ModMimeUsePathInfo example from .html to .shtml X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b017b392db5dec3b5636d8b37ae714a662830b59;p=apache Change ModMimeUsePathInfo example from .html to .shtml Suggested by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96725 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 3c588d07d4..224fdf4b79 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -475,9 +475,9 @@ DefaultLanguage en ModMimeUsePathInfo On

-

If you have a request for /bar/foo.html where /bar is a Location and +

If you have a request for /bar/foo.shtml where /bar is a Location and ModMimeUsePathInfo is on, mod_mime will treat the incoming request as - /bar/foo.html and directives like + /bar/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. diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index e76e8af6d0..f5c307e045 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -664,9 +664,9 @@ DefaultLanguage en ModMimeUsePathInfo On -

If you have a request for /bar/foo.html where /bar is a Location and +

If you have a request for /bar/foo.shtml where /bar is a Location and ModMimeUsePathInfo is on, mod_mime will treat the incoming request as - /bar/foo.html and directives like + /bar/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.