On 6/14/06, Jeff Trawick <[EMAIL PROTECTED]> wrote:
MPM does an accept on a socket; SSL module pre-connection hook runs, determines that the vhost is SSL-enabled and pushes an SSL I/O layer onto the socket. Normal core input/output filter is used even for SSL.
Right. mod_ssl uses the OpenSSL BIO layers to do the encryption in memory rather than ceding control of the socket to OpenSSL. -- justin
