You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/07/05 10:55:43 UTC

[Bug 58101] New: DeflateCompressionLevel inside vhost resets logformat

https://bz.apache.org/bugzilla/show_bug.cgi?id=58101

            Bug ID: 58101
           Summary: DeflateCompressionLevel inside vhost resets logformat
           Product: Apache httpd-2
           Version: 2.4.12
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_log_config
          Assignee: bugs@httpd.apache.org
          Reporter: h.reindl@thelounge.net

global configuration:

DeflateFilterNote Ratio ratio_info
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
(%{ratio_info}n%%)" combined

vhost:
eflateCompressionLevel 9

result: you lose the compression ratio in logs until you repeat the above
options in the vhost which is unexpected behavior because normally global
opttions are unchanged active and you only need to override specific ones

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org