Bug 58101

Summary: DeflateCompressionLevel inside vhost resets logformat
Product: Apache httpd-2 Reporter: Reindl Harald <h.reindl>
Component: mod_log_configAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.4.12   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Reindl Harald 2015-07-05 08:55:43 UTC
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