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)
committerJoy Nelson <joy@bywatersolutions.com>
Wed, 1 Apr 2020 20:42:13 +0000 (20:42 +0000)
commitc0422998f89daf82eb898ddb951d46df97a6f1e4
treee1fd1b71eeaaaeed0006419fa51eba91090a2c8b
parent5811331a5a07b84c39de7485fd2d21df7d45be34
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>
etc/koha-httpd.conf