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:
0158ca2
)
trusty: enable apache headers mod
author
Bill Erickson
<berickxx@gmail.com>
Thu, 6 Nov 2014 18:34:28 +0000
(13:34 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 6 Nov 2014 18:34:28 +0000
(13:34 -0500)
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
7a75b55
..
eea5687
100755
(executable)
--- a/
installer/trusty/eg_trusty_installer.sh
+++ b/
installer/trusty/eg_trusty_installer.sh
@@
-506,6
+506,8
@@
function configure_apache {
echo Return Value = $?
a2enmod expires
echo Return Value = $?
+ a2enmod headers
+ echo Return Value = $?
a2dissite 000-default
echo Return Value = $?
a2ensite eg.conf