bywatersolutions / koha-plugin-room-reservations

This repository is dedicated to the Koha Room Reservation plugin for use with Koha ILS.
GNU General Public License v3.0
4 stars 12 forks source link

Apache 2.2 error - directory stanza opnly needed in apache 2.4 plus #6

Closed kidclamp closed 6 years ago

kidclamp commented 6 years ago

Should note in readme, you only need the directory stanza if Apache 2.4+

Require all granted will break things in apache 2.2 and below

ldjamison commented 6 years ago

Thanks for pointing that out! I have updated the README in commit 1f6ffbf to include this note under Apache configuration!