[Koha-bugs] [Bug 18216] New: Apache2.4 403 errors for Gitified or git clone installs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 6 11:52:06 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18216

            Bug ID: 18216
           Summary: Apache2.4 403 errors for Gitified or git clone
                    installs
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: gmcharlt at gmail.com
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org

Fixes this install step for dev installs:

https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#403_errors_for_Gitified_or_git_clone_installs

--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.


More information about the Koha-bugs mailing list