Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 5, 2024
1 parent c2fc86d commit 68b37b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68b37b8

Please sign in to comment.