summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2009-09-09 22:35:05 +0200
committerGraham Leggett <minfrin@apache.org>2009-09-09 22:35:05 +0200
commitb35a6b58f10079e2baddc87856f2200f1ffcce89 (patch)
tree2f294f709b488aef9a662a5da48f05c0a2bde84d /CHANGES
parentmod_auth_digest: When qop is none, client doesn't send nonce count, (diff)
downloadapache2-b35a6b58f10079e2baddc87856f2200f1ffcce89.tar.xz
apache2-b35a6b58f10079e2baddc87856f2200f1ffcce89.zip
mod_ssl: The error message when SSLCertificateFile is missing should at
least give the name or position of the problematic virtual host definition. [Stefan Fritsch sf sfritsch.de] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 15e7645751..e85a560980 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
Changes with Apache 2.3.3
+ *) mod_ssl: The error message when SSLCertificateFile is missing should
+ at least give the name or position of the problematic virtual host
+ definition. [Stefan Fritsch sf sfritsch.de]
+
*) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
*) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]