http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15527
--- Comment #8 from Frédéric Demians <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #6) > I'm using kohadevbox:ansible. I think the permissions (apache ones) on a > regular dev/normal install have diverged from the packages. I'll take a look. This part in apache conf is the culprit: <DirectoryMatch "__OPAC_WWW_DIR__/.*/(modules|xslt|includes)"> Order deny,allow Deny from all </DirectoryMatch> I will propose a patch fixing that, and using OAI server conf file to define custom XSLT for web view. -- 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/
