[Koha-bugs] [Bug 12312] 3.16 packages ask to change Apache configuration even if Apache version is < 2.4

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 26 02:05:05 CEST 2014


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

Robin Sheat <robin at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5 - low                    |P1 - high
             Status|NEW                         |ASSIGNED
           See Also|                            |http://bugs.koha-community.
                   |                            |org/bugzilla3/show_bug.cgi?
                   |                            |id=11404
         Depends on|                            |11404
           Assignee|koha-bugs at lists.koha-commun |robin at catalyst.net.nz
                   |ity.org                     |
           Severity|enhancement                 |major

--- Comment #6 from Robin Sheat <robin at catalyst.net.nz> ---
I did a test, and found the issue.

It's nothing to do with permissions, it's that if you do:

a2ensite foo

apache 2.2 will look for /etc/apache2/sites-available/foo and apache 2.4 will
look for ..../foo.conf.

Our script does a2ensite foo, when it should do a2ensite foo || a2ensite
foo.conf to cover both cases.

I'll make a patch up for this and role out a new package with it once it's been
checked out.

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


More information about the Koha-bugs mailing list