[Koha-bugs] [Bug 18670] New: RewriteLog and RewriteLogLevel unavailable in Apache 2.4

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 25 06:37:03 CEST 2017


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 at gmail.com
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list