1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-11 09:07:43 -07:00

Update fix-fpm-poold.sh

This commit is contained in:
myvesta 2023-02-23 14:55:45 +01:00 committed by GitHub
commit f8a3f209c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,8 @@ if [ -d "/etc/php" ]; then
fi
if [ -f "/etc/apache2/mods-enabled/mpm_event.conf" ]; then
rm /etc/apache2/mods-enabled/mpm_event.conf
ln -s /etc/apache2/mods-available/mpm_event.conf /etc/apache2/mods-enabled/mpm_event.conf
sed -i "s#MaxRequestWorkers.*#MaxRequestWorkers 200#g" /etc/apache2/mods-enabled/mpm_event.conf
systemctl restart apache2
fi