Apache 2.4 Apache (httpd) linux web servers Debian Debian 10 SSL mod_ssl
A quick foray into disabling SSLSessionTickets in Apache2 (because there is no automated key rotation mechanism implemented yet).
Debian 10 Apache 2.4 Apache system administration linux PHP PHP-FPM
How to switch from Apache2 mpm_prefork to mpm_event module and setup php-fpm in Debian 10.
Apache 2.4 Apache 2 Apache mod_access_compat Apache modules system administration Apache performance tuning
Yes, in Apache2.4 the `mod_access_compat` module can safely be disabled, as long as you remove all the deprecated 'Order', 'Allow', and 'Deny' directives from your apache and vhost configs.