-*- coding: utf-8 -*-
Changes with Apache 2.2.5
- *) mod_proxy: Fix the 503 returned when session route does
- not match any of the balancer members. [Mladen Turk]
-
*) SECURITY: CVE-2007-1863 (cve.mitre.org)
mod_cache: Prevent a segmentation fault if attributes are listed in a
Cache-Control header without any value.
values could previously point to cleaned up storage. PR 41551.
[Davi Arnaut <davi haxent.com.br>]
+ *) mod_cgi, mod_cgid: Fix use of CGI scripts as ErrorDocuments.
+ PR 39710. [Paul Querna, Ruediger Pluem]
+
+ *) mod_proxy: Fix the 503 returned when session route does
+ not match any of the balancer members. [Mladen Turk]
+
*) mod_proxy: Added ProxyPassMatch directive, which is similar
to ProxyPass but takes a regex local path prefix. [Jim Jagielski]