Переключення на Event MPM
a2dismod mpm_prefork
a2enmod mpm_event
a2enmod proxy_fcgi setenvif
systemctl restart apache2
💡 Apache з Event MPM + PHP-FPM порівнянний з Nginx за продуктивністю.
a2dismod mpm_prefork
a2enmod mpm_event
a2enmod proxy_fcgi setenvif
systemctl restart apache2