On Fri, Jun 12, 2015 at 8:36 AM, Rainer Jung <rainer.j...@kippdata.de> wrote:
> Am 12.06.2015 um 13:49 schrieb Yann Ylavic: > >> Hi Christophe, >> >> On Fri, Jun 12, 2015 at 1:26 PM, Christophe JAILLET >> <christophe.jail...@wanadoo.fr> wrote: >> >>> >>> should this warning at startup be an issue, why not just remove it in >>> 2.4.x >>> and keep it in trunk? >>> Having the depreciation written in doc (and in migration note for 2.4 -> >>> 2.6/3.0 one day) could be enough, no? >>> >> >> Probably, but the (only one) warning per startup can possibly >> encourage users to look at the doc :) >> Let's see what others say. >> > > I don't have a strong opinion, but if we want to remove the directive in > the next version, then it would help to keep the deprecation logging to > make people aware and reduce the migration complains a bit. > > Logging only once instead of for each certificate is IMHO enough and much > better. > Agreed, although this is never a [warn], it's [info] at strongest. > As to if the current situation in 2.4.14 is a problem or should be > tolerated (lots of log output for people with huge numbers of certificates) > I'm quite undecided. > Trivial patch, easily applied by the tiny few who would be affected, so I don't think it has any impact on the 2.4.14 readiness for GA. Bill Patch: message received and acknowledged; --- modules/ssl/ssl_engine_config.c (revision 8078) +++ modules/ssl/ssl_engine_config.c (working copy) @@ -862,7 +862,7 @@ SSLSrvConfigRec *sc = mySrvConfig(cmd->server); const char *err; - ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_STARTUP, 0, NULL, + ap_log_error(APLOG_MARK, APLOG_DEBUG|APLOG_STARTUP, 0, NULL, APLOGNO(02559) "The SSLCertificateChainFile directive (%s:%d) is deprecated, " "SSLCertificateFile should be used instead",