INSTALL.md: enable apache2 prefork mode

This commit is contained in:
Milan
2023-02-18 23:36:15 +01:00
parent 1492045e98
commit 855b103e99

View File

@@ -46,6 +46,12 @@ install apache2
apt install apache2
enable prefork mode
a2dismod mpm_event
a2enmod mpm_prefork
/etc/init.d/apache2 restart
install apache2 rewrite
apt-get install libapache2-rewrite