From 4b6701890858563434317349fc7237347deea8de Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 20 Feb 2008 21:17:17 +0000 Subject: *) mod_charset_lite: Add ForceAllMimeTypes sub-option to CharsetOptions, allowing the administrator to skip the mimetype checking that precedes translation. PR 44458 [Eric Covener] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@629615 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_charset_lite.html.en | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/manual/mod/mod_charset_lite.html.en') diff --git a/docs/manual/mod/mod_charset_lite.html.en b/docs/manual/mod/mod_charset_lite.html.en index 348b80c50c..6407da62ba 100644 --- a/docs/manual/mod/mod_charset_lite.html.en +++ b/docs/manual/mod/mod_charset_lite.html.en @@ -166,6 +166,14 @@ explicitly configured using the AddOutputFilter directive, NoImplicitAdd should be specified so that mod_charset_lite doesn't add its filter. + +
ForceAllMimeTypes | NoForceAllMimeTypes
+
Normally, mod_charset_lite will only perform + translation on a small subset of possible mimetypes. When the + ForceAllMimeTypes keyord is specified for a given + configuration section, translation is performed without regard for + mimetype.
+ -- cgit v1.2.1