[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0898959d4782d422e93341ce9456b72c8207780c

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, master has been updated
       via  0898959d4782d422e93341ce9456b72c8207780c (commit)
      from  d74b09b087b934b512d226106a3eb16bd5018e32 (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 0898959d4782d422e93341ce9456b72c8207780c
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 c6ea5f3..d1d60e3 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