[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 0b11647dd344028f6d1d16ab2837de35d38eee3c

Evergreen Git git at git.evergreen-ils.org
Wed Jun 10 21:01:15 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_7 has been updated
       via  0b11647dd344028f6d1d16ab2837de35d38eee3c (commit)
      from  cd2f59861465b53dc7b8a73a3d6e50ce56434e16 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0b11647dd344028f6d1d16ab2837de35d38eee3c
Author: Josh Stompro <stomproj at larl.org>
Date:   Sun May 31 17:49:34 2015 -0500

    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 <stomproj at larl.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index 671e71c..fdc4aaf 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

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian-jessie |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list