There's a nasty problem in mod_ssl: if you specify a SSLLog directive in the
main server which is inherited to five different virtual hosts, six file
descriptors are opened for the one SSL log file. This really stinks when you
are running a server with a thousand virtual hosts, and you toss in one SSLLog
directive to do some debugging.. and then you get "can not open file: too many
file descriptors" errors in the error_log.

I've appended a small patch which fixes this problem.

 - David Harris
   Principal Engineer, DRH Internet Services


mod_ssl-2.3.5-1.3.6_fixssllog.patch

Reply via email to