>> My question is - will I need a threadsafe build of OpenSSL to
>> have mod_ssl function correctly? I couldn't find this documented.

> 10/03/09 Philip Wigg
>
>http://www.openssl.org/support/faq.html#PROG1
>
>As far as I'm aware, there's no issue with SSL and the worker MPM. The
>experimental event MPM is currently not compatible with SSL though.

I read that part, but IMHO it doesn't say what happens if a multithreaded
application uses the non-threadsafe version of OpenSSL. It just says
that OpenSSL is threadsafe on most platforms by default. mod_ssl
imposes no restrictions on OpenSSL being compiled threadsafe
(e.g. by checking the OPENSSL_THREADS macro in opensslconf.h).

I'm aware, that the event worker can't be used with SSL. I guess it's
because the SSL_CTX can't be shared among threads with the current
OpenSSL implementation?

Regards,
Edgar

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to