From: Bill Erickson Date: Tue, 21 Oct 2014 19:32:29 +0000 (-0400) Subject: enable correct mpm mod pending opensrf updates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6e04d56fc21c569b3206e26930b249ef55f96117;p=working%2Frandom.git enable correct mpm mod pending opensrf updates Signed-off-by: Bill Erickson --- diff --git a/installer/trusty/eg_trusty_installer.sh b/installer/trusty/eg_trusty_installer.sh index 124b84e24..8b30e18b3 100755 --- a/installer/trusty/eg_trusty_installer.sh +++ b/installer/trusty/eg_trusty_installer.sh @@ -501,6 +501,10 @@ function configure_apache { echo Return Value = $? a2ensite eg.conf echo Return Value = $? + a2dismod mpm_event + echo Return Value = $? + a2enmod mpm_prefork + echo Return Value = $? echo Modifying APACHE_RUN_USER/APACHE_RUN_GROUP in /etc/apache2/envvars sed -i 's/www-data/opensrf/g' /etc/apache2/envvars