Re: Better logging for ssl configuration errors

2009-09-09 Thread Graham Leggett
Niklas Edmundsson wrote: >> The error message should at least give the name or position of >> the problematic virtual host definition. Like this: > >> + "configured [Hint: SSLCertificateFile] >> (%s:%d)", >> + pServ->defn_name, pServ->defn_line_numb

Re: Better logging for ssl configuration errors

2009-09-07 Thread Niklas Edmundsson
On Sun, 6 Sep 2009, Stefan Fritsch wrote: [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] The error message should at least give the name or position of the problematic virtual host definition. Like this: + "configured

Better logging for ssl configuration errors

2009-09-06 Thread Stefan Fritsch
Hi, it seems there are a number of configurations that used ssl name based virtual hosts with ssl that broke with 2.2.12. A frequent problem seems to be missing sslcertificate(key)file directives for some of the virtual hosts. The logged error message is not too helpful (at least if all virtual ho