[Koha-bugs] [Bug 11404] Apache 2.4 expects the sites definition files use the sufix .conf

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 16 23:17:58 CET 2013


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

--- Comment #3 from Robin Sheat <robin at catalyst.net.nz> ---
I can't see Apache 2.4 in wheezy, however that's not an excuse to not get this
patch in sooner rather than later.

I don't think checking the apache version is necessary, I think, as Galen
suggests, we should transition to this by renaming all the existing apache
files (as shown by koha-list) to have a .conf suffix. This can be done in a
postinst type thing. Note that it should ask the admin if they want to do this
on the upgrade, so they a) can opt out, and b) know what's going on.

koha-create should use .conf for all new ones though

All the scripts should check for a .conf version, and if that doesn't exist, a
version without the .conf. It might be a good excuse to start building a shared
library for the scripts so you can go 'get_apache_config_for($site)' and it
does the right thing.

Anyway, opinions on this welcome.

-- 
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