mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -07:00
Update multi-php-install.sh
This commit is contained in:
parent
8bbfc1255f
commit
f68d0178c8
1 changed files with 1 additions and 1 deletions
|
@ -293,6 +293,6 @@ if [ $debian_version -eq 10 ]; then
|
||||||
a2dismod php8.0
|
a2dismod php8.0
|
||||||
a2dismod mpm_prefork
|
a2dismod mpm_prefork
|
||||||
a2enmod mpm_event
|
a2enmod mpm_event
|
||||||
apt-get -y remove libapache2-mod-php8.0
|
apt-get -y remove libapache2-mod-php*
|
||||||
service apache2 restart
|
service apache2 restart
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue