From 30ed2c2a640a532c70851ed2a72a944d004eebc6 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Sun, 31 May 2015 17:49:34 -0500 Subject: [PATCH] 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 --- Open-ILS/src/extras/install/Makefile.debian-jessie | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index 042acd9271..325d15d2b3 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -75,7 +75,8 @@ export DEB_APACHE_MODS = \ include\ proxy\ proxy_http\ - rewrite + rewrite\ + cgi export DEB_APACHE_DISMODS = \ deflate -- 2.11.0