http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11404
--- Comment #3 from Robin Sheat <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
