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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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

Reply via email to