summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_charset_lite.html.en
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2008-02-20 21:17:17 +0000
committerEric Covener <covener@apache.org>2008-02-20 21:17:17 +0000
commit4b6701890858563434317349fc7237347deea8de (patch)
treee6817764df7880792cb173b345ab937486622688 /docs/manual/mod/mod_charset_lite.html.en
parent5d814f6566cb4a6b6bbc26423458bbea8d630f93 (diff)
downloadhttpd-4b6701890858563434317349fc7237347deea8de.tar.gz
*) 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
Diffstat (limited to 'docs/manual/mod/mod_charset_lite.html.en')
-rw-r--r--docs/manual/mod/mod_charset_lite.html.en8
1 files changed, 8 insertions, 0 deletions
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 <code class="directive"><a href="../mod/mod_mime.html#addoutputfilter">AddOutputFilter</a></code> directive, <code>NoImplicitAdd</code>
should be specified so that <code class="module"><a href="../mod/mod_charset_lite.html">mod_charset_lite</a></code>
doesn't add its filter.</dd>
+
+ <dt><code>ForceAllMimeTypes | NoForceAllMimeTypes</code></dt>
+ <dd>Normally, <code class="module"><a href="../mod/mod_charset_lite.html">mod_charset_lite</a></code> will only perform
+ translation on a small subset of possible mimetypes. When the
+ <code>ForceAllMimeTypes</code> keyord is specified for a given
+ configuration section, translation is performed without regard for
+ mimetype.</dd>
+
</dl>
</div>