when a MKACTIVITY request comes in.
[Ben Collins-Sussman <sussman@apache.org>]
- *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez]
-
*) Prevent the server from crashing when entering infinite loops. The
new LimitInternalRecursion directive configures limits of subsequent
internal redirects and nested subrequests, after which the request
PR 11310. [Geoff Thrope <geoff@geoffthorpe.net>]
*) Modify APACHE_CHECK_SSL_TOOLKIT to detect SSL-C. [Madhusudan Mathihalli]
-
+
*) Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc).
[Geoff Thorpe <geoff@geoffthorpe.net>]
- *) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
- caching. PR 17864.
- [Andreas Leimbacher <andreasl67@yahoo.de>, Madhusudan Mathihalli]
-
*) change directive name from 'compressionlevel' to 'deflatecompressionlevel'
[Ian Holsman, André Malo]
*) Return 413 if chunk-ext-header is too long rather than reading from
the truncated line. PR 15857. [Justin Erenkrantz]
- *) If mod_mime_magic does not know the content-type, do not attempt to
- guess. PR 16908. [Andrew Gapon <agapon@telcordia.com>]
-
*) Allow restart of httpd to occur even with syntax errors in the config
file. PR 16813. [Justin Erenkrantz]
Changes with Apache 2.0.46
+ *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez]
+
+ *) If mod_mime_magic does not know the content-type, do not attempt to
+ guess. PR 16908. [Andrew Gapon <agapon@telcordia.com>]
+
+ *) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
+ caching. PR 17864.
+ [Andreas Leimbacher <andreasl67@yahoo.de>, Madhusudan Mathihalli]
+
*) Add a delete flag to htpasswd.
[Thom May]