enable correct mpm mod pending opensrf updates
authorBill Erickson <berickxx@gmail.com>
Tue, 21 Oct 2014 19:32:29 +0000 (15:32 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 21 Oct 2014 19:32:29 +0000 (15:32 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
installer/trusty/eg_trusty_installer.sh

index 124b84e..8b30e18 100755 (executable)
@@ -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