From: Josh Stompro Date: Sun, 31 May 2015 22:49:34 +0000 (-0500) Subject: LP#1456021 Enable apache modcgi during install for Debian Jessie X-Git-Tag: sprint4-merge-nov22~1362 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0898959d4782d422e93341ce9456b72c8207780c;p=working%2FEvergreen.git LP#1456021 Enable apache modcgi during install for Debian Jessie Apache mod cgi isn't enabled when installing apache2.4 on Debian Jessie, this causes the /updates/manualupdate.html to not be processed and to just return the raw code of that script since it uses mod cgi. This adds 'cgi' to the list of apache modules to enable during the dependency install. Signed-off-by: Josh Stompro Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index c6ea5f39aa..d1d60e3903 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -76,7 +76,8 @@ export DEB_APACHE_MODS = \ include\ proxy\ proxy_http\ - rewrite + rewrite\ + cgi export DEB_APACHE_DISMODS = \ deflate