[Koha-bugs] [Bug 14317] New: Apache 2.4 Directory config needs Require all granted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 2 18:46:24 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14317

            Bug ID: 14317
           Summary: Apache 2.4 Directory config needs Require all granted
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: gmcharlt at gmail.com
          Reporter: larry at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

I recently installed Koha on Ubuntu 14.04, with Apache 2.4.7. The new default
security settings in Apache 2.4 were causing the Koha directories to be
blocked. The error message in the logs is: "AH01630: client denied by server
configuration".

More specifically, the Directory settings in apache2.conf specifically block
access to all directories other than /var/www and /srv. The koha-create and
Makefile.PL scripts should be modified to add the following Directory
definition to the apache conf file (either instance.conf for package or
koha-httpd.conf for git installs):

<Directory "/path/to/doc/root">
  Require all granted
</Directory>

Regards,
Larry

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list