Bug 18670: Remove RewriteLog and RewriteLogLevel from sample config files
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 19 Apr 2020 11:39:08 +0000 (13:39 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 15 May 2020 21:21:18 +0000 (21:21 +0000)
commitc4d93d76f29d0935f1cad712a463003a45c42ad6
tree4c5239531b8d88e17660b724f6063d2bfd362568
parentb8b31f8ba47f9b94bc797a0adc3045814710a614
Bug 18670: Remove RewriteLog and RewriteLogLevel from sample config files

It looks like RewriteLog will no longer work with Apache 2.4 and later.

RewriteLog
Those familiar with earlier versions of mod_rewrite will
no doubt be looking for the RewriteLog and RewriteLogLevel
directives. This functionality has been completely replaced
by the new per-module logging configuration mentioned above.
http://httpd.apache.org/docs/current/mod/mod_rewrite.html

All lines removed were commented out, so there should be
no change in behaviour or side effects.

To test.
- Verify every mention of RewriteLog has been removed from Koha
- Verify patch by reading it

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 8a8130c0524efd4c211155cecce78392a76804f6)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
debian/templates/apache-site-https.conf.in
debian/templates/apache-site.conf.in
etc/koha-httpd.conf