From: Justin Erenkrantz Date: Mon, 9 Sep 2002 21:09:00 +0000 (+0000) Subject: Change ModMimeUsePathInfo example from .html to .shtml X-Git-Tag: AGB_BEFORE_AAA_CHANGES~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88759c80dced9f9d6b558b6873784e2233c53a37;p=thirdparty%2Fapache%2Fhttpd.git 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 3c588d07d42..224fdf4b793 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 e76e8af6d0d..f5c307e045a 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.