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)
committerJoy Nelson <joy@bywatersolutions.com>
Mon, 11 May 2020 20:53:52 +0000 (20:53 +0000)
commit8a8130c0524efd4c211155cecce78392a76804f6
treecc63de9f52cf2d5af87120db9bee91abb04c2e2e
parent09e8d7885ccadbc8dba50ddf0b841c98f92df56d
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>
debian/templates/apache-site-https.conf.in
debian/templates/apache-site.conf.in
etc/koha-httpd.conf