https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35716
--- Comment #14 from David Cook <[email protected]> --- Looking at this again briefly as I find it interesting... Apache config approach: - This would be easy to implement using the Debian packages and it would "just work" - However, any other Koha installation would require manual work to upgrade their Apache configuration, and it wouldn't be obvious what needs to be done (but then that's going to always be a problem with any non-package upgrade in terms of the Apache...) - Automagically will work with ktd if we implement via these files: /etc/koha/apache-shared-opac.conf /etc/koha/apache-shared-intranet.conf Symlinks: - Similarly easy to do with Debian packages - Similarly won't work for other install types. Would require manual upgrade work - Won't work in ktd without extra effort Make: - This would probably involve being a bit hacky and duplicating the code into opac and intranet targets... - Won't work in ktd because we're pre-make at this stage -- Overall, I think that really narrows it down to the Apache config only stragegy -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
