From c44922017a00229e2fdb86e42aeea87ed98ab8f8 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Mon, 2 Jun 1997 21:05:32 +0000 Subject: [PATCH] Another typo (missed this one on the first go-round). Submitted by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78212 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index 0045dd42003..0ed31554bec 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -139,7 +139,7 @@ type of particular files.


1.1 and later.

When placed into an .htaccess file or a -<Directory> or <Location section, +<Directory> or <Location> section, this directive forces all matching files to be served as the content type given by media type. For example, if you had a directory full of GIF files, but did not want to label them all with @@ -160,7 +160,7 @@ media type.

1.1 and later.

When placed into an .htaccess file or a -<Directory> or <Location section, +<Directory> or <Location> section, this directive forces all matching files to be parsed through the handler given by handler-name. For example, if you had a -- 2.47.2