Merge branch 'main' of

https://git.oldgate.org/Sophia/thelinuxlist
This commit is contained in:
2023-01-16 20:36:49 -08:00
3 changed files with 2 additions and 61 deletions

View File

@ -27,6 +27,7 @@ sudo echo "Include /etc/phpmyadmin/apache.conf" >> /etc/apache2/apache2.conf
sudo phpenmod mbstring
sudo a2dismod php$PHP_VER
sudo a2dismod mpm_prefork
sudo a2disconf php7.4-fpm
sudo a2enmod mpm_event
sudo a2enmod proxy
sudo a2enmod proxy_fcgi
@ -34,7 +35,6 @@ sudo a2enconf php$PHP_VER-fpm
sudo systemctl restart php$PHP_VER-fpm
systemctl reload apache2
sudo systemctl enable apache2
sudo apt autoremove -y
## Updating phpMyAdmin.
PMA_VER="5.2.0"
sudo rm -rf /usr/share/phpmyadmin.bak