https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18216 --- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 60833 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60833&action=edit Bug 18216 - Apache2 grants access to Koha modules and templates Fixes this install step for dev installs: https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#403_errors_fo... --SNIP-- 403 errors for Gitified or git clone installs In Ubuntu 14.04 you may discover that your gitified install returns 403 errors - this is because of the changes to Apache directory security. A possible fix includes adding the following stanza to apache2.conf (could be added in the virtualhost, or in one of the koha-shared*.conf files as well): <Directory /home/my-user/koha-src/koha/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> --SNAP-- -- You are receiving this mail because: You are watching all bug changes.