I'm running reverse proxies with httpd 2.4.27 on RHEL 6 for various organizational reasons. The reverse proxies have to terminate SSL/TLS instead of the load balancer, which makes me want to consider how mpm_event handles SSL connections.
I've read several places that mpm_event may fall back to mpm_worker when handling SSL connections. I cannot find a definitive answer if that's still the case in my version. Is that still how it works?