From 68b37b8dbdaffe8168399ffc0af5269658ac383c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 5 Oct 2024 20:44:27 +0200 Subject: [PATCH] Doc --- ... SellYourSaas - Master and Deployment Servers - EN.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc b/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc index 75f19122..27e5ef26 100644 --- a/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc +++ b/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc @@ -4697,7 +4697,8 @@ vi /lib/apparmor/rc.apparmor.functions # if you move from 22.04 to 24.04, you must enable the correct php version apt install apache2; apt install libapache2-mod-apparmor; apt install php-tidy; -a2enmod php8.3; a2enmod apparmor; +a2enmod php8.3; a2enmod apparmor +a2disconf php8.3-fpm; a2enconf php8.3-fpm; # You must also remove an old apache2 UFW profile that is duplicate with apache2-utils.ufw.profile rm -fr apache2.2-common # You must also remove old apparmor lxc profiles