diff options
author | Graham Leggett <minfrin@apache.org> | 2009-09-09 22:35:05 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2009-09-09 22:35:05 +0200 |
commit | b35a6b58f10079e2baddc87856f2200f1ffcce89 (patch) | |
tree | 2f294f709b488aef9a662a5da48f05c0a2bde84d /CHANGES | |
parent | mod_auth_digest: When qop is none, client doesn't send nonce count, (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>] |