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
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>]
&& sc->server->pkcs7 == NULL) {
ap_log_error(APLOG_MARK, APLOG_ERR, 0, pServ,
"Server should be SSL-aware but has no certificate "
- "configured [Hint: SSLCertificateFile]");
+ "configured [Hint: SSLCertificateFile] (%s:%d)",
+ pServ->defn_name, pServ->defn_line_number);
ssl_die();
}