Bug 17464: Order deny,allow / Deny from all was deprecated in Apache 2.4 and is now...
authorDavid Cook <dcook@prosentient.com.au>
Mon, 13 Jan 2020 06:05:17 +0000 (17:05 +1100)
committerHayley Mapley <hayleymapley@catalyst.net.nz>
Tue, 14 Apr 2020 21:26:34 +0000 (09:26 +1200)
commit88b0ba01e94f95efaedd74808a7833d1d1a58632
tree25c49cfa69a7b897e1ef3e1aa47536b4e3ac6f55
parent25a2a7096327d4338b75c2c3cce6beee0b1f7a1a
Bug 17464: Order deny,allow / Deny from all was deprecated in Apache 2.4 and is now a hard error

Patch change Apache access control from 2.2 to 2.4 directives.

Test plan:
0. Apply patch
1. Build Koha from source
2. Copy or symlink koha-dev/etc/koha-httpd.conf into your relevant
Apache directory.
3. Reload Apache
4. Note a lack of syntax errors regarding the "Order" directive

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit c0422998f89daf82eb898ddb951d46df97a6f1e4)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 97df645697f238f503d6afe1105d203eacd6fc51)

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
etc/koha-httpd.conf