diff options
author | Jeff Trawick <trawick@apache.org> | 2000-09-26 21:38:41 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-09-26 21:38:41 +0200 |
commit | c5afef04f35e9a41d4436ac528a04785b20dd3e2 (patch) | |
tree | 02be6bc6cdb6d021caad12f9a82cd712acc9c11a /docs/manual/mod/directives.html | |
parent | Style fixes. I've stopped removing 1.3 references. (diff) | |
download | apache2-c5afef04f35e9a41d4436ac528a04785b20dd3e2.tar.xz apache2-c5afef04f35e9a41d4436ac528a04785b20dd3e2.zip |
Debug messages in mod_charset_lite are now controlled by
CharsetOptions DebugLevel=n instead of CharsetDebug on/off. Use the debug
level to decide which debug messages to issue (if any). Use ap_log_rerror()
instead of ap_log_error() when appropriate.
Describe CharsetOptions in the doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/directives.html')
-rw-r--r-- | docs/manual/mod/directives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index bce69bb607..6161fd241d 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -81,9 +81,9 @@ of the terms used in their descriptions available. <LI><A HREF="mod_negotiation.html#cachenegotiateddocs">CacheNegotiatedDocs</A> <LI><A HREF="mod_proxy.html#cacheroot">CacheRoot</A> <LI><A HREF="mod_proxy.html#cachesize">CacheSize</A> -<LI><A HREF="mod_charset_lite.html#charsetdebug">CharsetDebug</A> <LI><A HREF="mod_charset_lite.html#charsetdefault">CharsetDefault</A> <LI><A HREF="mod_charset_lite.html#charsetsourceenc">CharsetSourceEnc</A> +<LI><A HREF="mod_charset_lite.html#charsetoptions">CharsetOptions</A> <LI><A HREF="mod_speling.html#checkspelling">CheckSpelling</A> <LI><A HREF="core.html#clearmodulelist">ClearModuleList</A> <LI><A HREF="core.html#contentdigest">ContentDigest</A> |