Actions
Bug #5154
closedsquid3 - min/max_object_size directives out of order in config and not applied to cache_dir
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Squid
Target version:
-
Start date:
09/16/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
The minimum_object_size and maximum_object_size directives apply to any following cache_dir directives in the squid.conf file. The current version of the squid3 package (v0.3.2, squid v3.4.10) places the size directives after the cache_dir directive which renders them ineffective.
The size directives should be moved above the cache_dir declaration in the squid.conf file.
See:
Updated by Kill Bill almost 10 years ago
Perhaps, upstream boys could just fix the config file parsing idiocy instead of "documenting" on on mailing lists? If it applies to everything, it doesn't matter where it is.
Updated by Renato Botelho almost 10 years ago
- Status changed from New to Feedback
Pull request has been merged
Updated by Chris Buechler over 9 years ago
- Status changed from Feedback to Resolved
Actions