http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14317
Larry Baerveldt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |minor --- Comment #3 from Larry Baerveldt <[email protected]> --- Ah I see what happened. My installation had to use git, instead of package, because this particular site requires some extensive customizations. On a package site, the root Koha directories are in /usr/share/koha, and by default Apache 2.4 allows access to /usr/share, but not /home/koha/kohaclone (or wherever else your kohaclone may be). So this will only be an issue if you're attempting to use a git install, and is a non-factor for normal package installations. We may still want to consider patching the make files for git installs, so they will work for the rare occassions when someone might need that type of install. Otherwise this is probably a non-issue. - Larry -- You are receiving this mail because: 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/
