[Koha-bugs] [Bug 13791] Plack - Out of the box support on packages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 14 23:44:51 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41504|0                           |1
        is obsolete|                            |

--- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 41509
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41509&action=edit
Bug 13791: Apache configuration files

This patch adds an include to each VirtualHost definition (OPAC and Intranet)
and a variable definition, taking advantage of Apache 2.4.x features.

The instance name is reused inside the includes providing a simple way of
dealing with the apache <-> plack configuration.

A check for the right apache version is introduced, in the for of an IfVersion
block:

<IfVersion >= 2.4>
  --- Plack configuration here ---
</IfVersion>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list