[Remove entries to the current 2.0 section below, when backported]
+ *) change directive name from 'compressionlevel' to 'deflatecompressionlevel'
+ [Ian Holsman, André Malo]]
+
*) mod_negotiation: quality values are now parsed independent from
the current locale. level values are now really parsed as integers.
PR 17564. [André Malo]
*) Linux 2.4+: enable coredumps when Apache is started as root
if CoreDumpDir is configured [Greg Ames]
- *) you can now specify the compression level for mod_deflate.
- [Ian Holsman, Stephen Pierzchala <stephen@pierzchala.com>,
- Michael Schroepl <Michael.Schroepl@telekurs.de>]
-
*) Added the WindowsSocketsWorkaround directive for Windows NT/2000/XP
to work around problems with certain VPN and Firewall products that
have buggy AcceptEx implementations.
*) Replace some of the mutex locking in the worker MPM with
atomic operations for higher concurrency. [Brian Pane]
- *) mod_deflate: Extend the DeflateFilterNote directive to
- allow accurate logging of the filter's in- and outstream.
- [André Malo]
-
*) Allow 'make depend' to work with non-GCC compilers.
[Justin Erenkrantz]
Changes with Apache 2.0.45
+ *) you can now specify the compression level for mod_deflate.
+ [Ian Holsman, Stephen Pierzchala <stephen@pierzchala.com>,
+ Michael Schroepl <Michael.Schroepl@telekurs.de>]
+
+ *) mod_deflate: Extend the DeflateFilterNote directive to
+ allow accurate logging of the filter's in- and outstream.
+ [André Malo]
+
*) Allow SSLMutex to select/use the full range of APR locking
mechanisms available to it. Also, fix the bug that SSLMutex uses
APR_LOCK_DEFAULT no matter what. PR 8122 [Jim Jagielski,
<syntax>DeflateFilterNote [<var>type</var>] <var>notename</var></syntax>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
-<compatibility><var>type</var> is available since Apache 2.1</compatibility>
+<compatibility><var>type</var> is available since Apache 2.0.45</compatibility>
<usage>
<p>The <directive>DeflateFilterNote</directive> directive
</directivesynopsis>
<directivesynopsis>
-<name>CompressionLevel</name>
+<name>DeflateCompressionLevel</name>
<description>How much compression do we apply to the output</description>
-<syntax>CompressionLevel<var>value</var></syntax>
+<syntax>DeflateCompressionLevel<var>value</var></syntax>
<default>Zlib's default</default>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
+<compatibility>This directive is available since Apache 2.0.45</compatibility>
<usage>
- <p>The <directive>CompressionLevel</directive> directive specifies
+ <p>The <directive>DeflateCompressionLevel</directive> directive specifies
what level of compression should be used, the higher the value,
the better the compression, but the more CPU time is required to
achieve this.</p>
"Set the Deflate Buffer Size"),
AP_INIT_TAKE1("DeflateMemLevel", deflate_set_memlevel, NULL, RSRC_CONF,
"Set the Deflate Memory Level (1-9)"),
- AP_INIT_TAKE1("CompressionLevel", deflate_set_compressionlevel, NULL, RSRC_CONF,
+ AP_INIT_TAKE1("DeflateCompressionLevel", deflate_set_compressionlevel, NULL, RSRC_CONF,
"Set the Deflate Compression Level (1-9)"),
{NULL}
};