mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Ensure apache2 mpm_event
This commit is contained in:
parent
16f5b0c117
commit
50a38e8823
1 changed files with 14 additions and 0 deletions
|
@ -223,3 +223,17 @@ fi
|
|||
|
||||
apt update
|
||||
apt upgrade -y
|
||||
|
||||
if [ $debian_version -eq 10 ]; then
|
||||
a2dismod ruid2
|
||||
a2dismod suexec
|
||||
a2dismod php5.6
|
||||
a2dismod php7.0
|
||||
a2dismod php7.1
|
||||
a2dismod php7.2
|
||||
a2dismod php7.3
|
||||
a2dismod php7.4
|
||||
a2dismod mpm_prefork
|
||||
a2enmod mpm_event
|
||||
service apache2 restart
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue