[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 2b0ab0cf80633687f6e623276c16f30c9971b1ca

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_8 has been updated
       via  2b0ab0cf80633687f6e623276c16f30c9971b1ca (commit)
      from  12e8a28b911163400e1a1e542ca36d783bf6fd96 (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 2b0ab0cf80633687f6e623276c16f30c9971b1ca
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