diff options
author | Stefan Fritsch <sf@apache.org> | 2011-05-22 01:19:40 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-05-22 01:19:40 +0200 |
commit | 0a950836ad6c531d746ae0ee485a7448fe6590ca (patch) | |
tree | 14e1f3a28fce618be9e76add004ab70092ed1544 /docs/manual/mod | |
parent | Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()s (diff) | |
download | apache2-0a950836ad6c531d746ae0ee485a7448fe6590ca.tar.xz apache2-0a950836ad6c531d746ae0ee485a7448fe6590ca.zip |
mod_charset_lite:
Remove DebugLevel option in favour of per-module loglevel
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1125843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_charset_lite.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/docs/manual/mod/mod_charset_lite.xml b/docs/manual/mod/mod_charset_lite.xml index ca5c96e8a9..69d8a15cb7 100644 --- a/docs/manual/mod/mod_charset_lite.xml +++ b/docs/manual/mod/mod_charset_lite.xml @@ -164,7 +164,7 @@ <name>CharsetOptions</name> <description>Configures charset translation behavior</description> <syntax>CharsetOptions <var>option</var> [<var>option</var>] ...</syntax> -<default>CharsetOptions DebugLevel=0 ImplicitAdd</default> +<default>CharsetOptions ImplicitAdd</default> <contextlist><context>server config</context> <context>virtual host</context><context>directory</context> <context>.htaccess</context> @@ -177,18 +177,6 @@ be one of</p> <dl> - <dt><code>DebugLevel=<var>n</var></code></dt> - - <dd>The <code>DebugLevel</code> keyword allows you to specify - the level of debug messages generated by - <module>mod_charset_lite</module>. By default, no messages are - generated. This is equivalent to <code>DebugLevel=0</code>. - With higher numbers, more debug messages are generated, and - server performance will be degraded. The actual meanings of - the numeric values are described with the definitions of the - DBGLVL_ constants near the beginning of - <code>mod_charset_lite.c</code>.</dd> - <dt><code>ImplicitAdd | NoImplicitAdd</code></dt> <dd>The <code>ImplicitAdd</code> keyword specifies that |