From: Bill Erickson Date: Thu, 6 Nov 2014 18:34:28 +0000 (-0500) Subject: trusty: enable apache headers mod X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6cdcf9f502e21a347e5a8860c93d1f51ab98dfdf;p=working%2Frandom.git trusty: enable apache headers mod Signed-off-by: Bill Erickson --- diff --git a/installer/trusty/eg_trusty_installer.sh b/installer/trusty/eg_trusty_installer.sh index 7a75b5506..eea568733 100755 --- 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