From 6e04d56fc21c569b3206e26930b249ef55f96117 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 21 Oct 2014 15:32:29 -0400 Subject: [PATCH] enable correct mpm mod pending opensrf updates Signed-off-by: Bill Erickson --- installer/trusty/eg_trusty_installer.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0