projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc3839
)
enable correct mpm mod pending opensrf updates
author
Bill Erickson
<berickxx@gmail.com>
Tue, 21 Oct 2014 19:32:29 +0000
(15:32 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/installer/trusty/eg_trusty_installer.sh
b/installer/trusty/eg_trusty_installer.sh
index
124b84e
..
8b30e18
100755
(executable)
--- 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