On Tue, Jul 27, 1999, David Harris wrote:

> > If you have 1000 SSL vhosts, this means each one consumes just ( (50000 KB
> > - 10000 KB) / 1000 ) = 40 KB.  That's not a lot, isn't it? It's 40 KB per
> > vhost for both mod_ssl and OpenSSL. Or are not all of those 1000 vhosts SSL
> > based?
> 
> Yes, all 1000 of those vhosts are SSL based so your 40KB per vhost figure is
> correct. That's not really worth complaining about.. I just guess I've been
> lulled by Apache's 10KB per vhost usage.

Sure, mod_ssl itself seems to consume just the bytes for the per-server
configs (< 1KB) plus the bytes for the cached certs and keys (< 10KB). The
remaining 30KB seem to be allocated by OpenSSL's SSL context, I think.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to