Bert Courtin wrote:
> 
> I wonder how I can stop mod_ssl from writing errors to the general
> Apache error logfile.
> 

Since your SSL site is defined by a virtualhost, simply put a separate
ErrorLog directive in the SSL VH. Errors generated by that VH will go
there instead of the global error_log. If you really don't want to see
SSL errors at all, just do:

< in SSL VH>
 ErrorLog /dev/null

Rgds,

Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to