1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-17 12:00:12 -07:00

Disabling libapache2-mod-php8.0

This commit is contained in:
myvesta 2021-02-21 22:27:15 +01:00 committed by GitHub
commit e3f1153942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,6 +240,7 @@ if [ $debian_version -eq 10 ]; then
a2dismod php7.2
a2dismod php7.3
a2dismod php7.4
a2dismod php8.0
a2dismod mpm_prefork
a2enmod mpm_event
service apache2 restart