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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Mar 2020 09:49:57 +0000 (09:49 +0000)
commit00d70a9bd839f6153b9b86c50c5e51dbe7d82b40
treeb6fe5734d85980ba728419243fe3d929c01f51af
parentb5b8a7daeb54a4793f5725aa15927781f52fe106
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>
etc/koha-httpd.conf