https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18670 Bug ID: 18670 Summary: RewriteLog and RewriteLogLevel unavailable in Apache 2.4 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org We have a few commented out RewriteLog and RewriteLogLevel directives in various Apache configuration files and templates. These directives aren't used in Apache 2.4. They've been replaced with the LogLevel directive. Since they're commented out, I don't think it matters too much for production systems, but it could lead to confusion if people tried uncommenting them and they don't work (yep that was me). We could wrap the two different styles in IfVersion directives to make things easier for people. -- You are receiving this mail because: You are watching all bug changes.