Answers for "could not enable dependency mpm_prefork for php8.0, aborting in linux mint"

PHP
0

ERROR: Could not enable dependency mpm_prefork for php7.4, aborting

sudo a2dismod mpm_event
sudo sytemctl restart apache2
sudo a2enmod php7.4
Posted by: Guest on August-04-2020

Code answers related to "could not enable dependency mpm_prefork for php8.0, aborting in linux mint"

Browse Popular Code Answers by Language