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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 5 May 2020 09:59:03 +0000 (10:59 +0100)
commit21d0d69b4fc126c8c2242c57950b8cf1d45bf482
treefe041ce14bce04505b384ff1cbcab4c8bd9d5d7e
parent8457804bcf6b6b51703a2fa1143d0dfd539e4e4b
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>
debian/templates/apache-site-https.conf.in
debian/templates/apache-site.conf.in
etc/koha-httpd.conf