]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
LP#1476049: disable serve-cgi-bin Apache config on Jessie
authorGalen Charlton <gmc@esilibrary.com>
Wed, 17 Aug 2016 15:01:26 +0000 (11:01 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 18 Aug 2016 12:12:21 +0000 (08:12 -0400)
commit172b2317d6fc11685cc6a2ca7ac5fddb9a1b4f97
treed1316def9d681647b22fac408964c07a95810039
parentb0dc5c36ea9b9fb96c02281f8001d31657cda379
LP#1476049: disable serve-cgi-bin Apache config on Jessie

This patch ensures that the stock Apache configuration
"serve-cgi-bin" is disabled when installing on Debian Jessie,
as otherwise the default cgi-bin location
can override what Evergreen specifies for offline.pl.

To test:

[1] Run the Makefile.install step on Jessie; verify
    that there is no /etc/apache2/conf-enabled/serve-cgi-bin.conf
    symlink.
[2] Proceed with the rest of the Evergreen installation; verify
    that the Apache error log doesn't contain a warning like this:

    "The Alias directive in /etc/apache2/sites-enabled/eg.conf ...
     will probably never match because it overlaps an earlier
     ScriptAlias."

[3] For extra credit, verify that one can access offline circulation
    sessions.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/extras/install/Makefile.debian-jessie