LP#1456021 Enable apache modcgi during install for Debian Jessie user/stompro/lp1456021_jessie_enable_apache_modcgi
authorJosh Stompro <stomproj@larl.org>
Sun, 31 May 2015 22:49:34 +0000 (17:49 -0500)
committerJosh Stompro <stomproj@larl.org>
Sun, 31 May 2015 22:49:34 +0000 (17:49 -0500)
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 <stomproj@larl.org>
Open-ILS/src/extras/install/Makefile.debian-jessie

index 042acd9..325d15d 100644 (file)
@@ -75,7 +75,8 @@ export DEB_APACHE_MODS = \
     include\
     proxy\
     proxy_http\
-    rewrite
+    rewrite\
+    cgi
 
 export DEB_APACHE_DISMODS = \
     deflate