From 855b103e992aa2bf380eaf74cce37c3bbcfb71b9 Mon Sep 17 00:00:00 2001 From: Milan Date: Sat, 18 Feb 2023 23:36:15 +0100 Subject: [PATCH] INSTALL.md: enable apache2 prefork mode --- install/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/INSTALL.md b/install/INSTALL.md index 7b4807f..125ce27 100644 --- a/install/INSTALL.md +++ b/install/INSTALL.md @@ -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