consistently output SSLCertificateChainFile deprecation warnings
Submitted by: kbrand
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1678233 13f79535-47bb-0310-9956-
ffa450edef68
*) mod_status: Add more data to machine readable server-status produced
when using the "?auto" query string. [Rainer Jung]
+ *) mod_ssl: make sure to consistently output SSLCertificateChainFile
+ deprecation warnings, when encountered in a VirtualHost block.
+ [Falco Schwarz <hiding falco.me>]
+
*) Allow FallbackResource to work when a directory is requested and
there is no autoindex nor DirectoryIndex.
[Jack <tjerk.meesters gmail.com>, Eric Covener]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_ssl: consistently output SSLCertificateChainFile deprecation warnings
- trunk patch: https://svn.apache.org/r1676085
- 2.4.x patch: trunk patch works (modulo CHANGES)
- +1: kbrand, trawick, ylavic
-
*) mod_proxy_scgi: ProxySCGIInternalRedirect with alternate response header
trunk patch: 1674510
2.4.x patch: trunk works (modulo CHANGES)
SSLSrvConfigRec *sc = mySrvConfig(cmd->server);
const char *err;
- ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_STARTUP, 0, cmd->server,
+ ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_STARTUP, 0, NULL,
APLOGNO(02559)
"The SSLCertificateChainFile directive (%s:%d) is deprecated, "
"SSLCertificateFile should be used instead",