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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 8 Apr 2020 22:10:01 +0000 (22:10 +0000)
commit97df645697f238f503d6afe1105d203eacd6fc51
tree370530bb349563986cdf2b329fb00a31998f1ce6
parentc077e5a80676767cd059ebbfa8c2e8c140cc5d37
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>
etc/koha-httpd.conf