[Koha-bugs] [Bug 17464] New: Order deny, allow / Deny from all was deprecated in Apache 2.4 and is now a hard error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 18 23:11:00 CEST 2016


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

            Bug ID: 17464
           Summary: Order deny,allow / Deny from all was deprecated in
                    Apache 2.4 and is now a hard error
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: gmcharlt at gmail.com
          Reporter: bob-ewart at bobsown.com
        QA Contact: testopia at bugs.koha-community.org

The Allow, Deny and Order directives were deprecated in Apache 2.4 and are no
longer recognized.

Order deny,allow
Deny from all

Should be:
Require all denied

lines 36/37 and 169/170 in koha-httpd.conf should be changed

This is in Koha compiled from source and appears in most of the versions I've
tried.

Also add:
<Directory '/usr/share/koha'>
  Require all granted
</Directory>
or you will get an 'access forbidden' error

If using plugins also add:
<Directory '/var/lib/koha'>
  Require all granted
</Directory>

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


More information about the Koha-bugs mailing list