https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18670 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 103212 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103212&action=edit 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 -- You are receiving this mail because: You are watching all bug changes.