Actions
Feature #2133
closedaccesslog support "%n" (compress ratio)
ASK QUESTIONS IN Forums:
Description
Administrators usually want to know the compress ratio (actual content-length / original content-length) when using mod_deflate. It's necessary for mod_accesslog to support "%n"
Files
Updated by gstrauss over 8 years ago
- Category changed from mod_accesslog to mod_deflate
%{VARNAME}n means something different to Apache, and I would prefer to avoid adding conflicts.
https://httpd.apache.org/docs/current/en/mod/mod_log_config.html
As an alternative, mod_deflate might set compression ration in con->environment, which can then be logged by mod_accesslog via %{VARNAME}e
Updated by gstrauss about 8 years ago
- Category changed from mod_deflate to mod_accesslog
Updated by gstrauss about 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 72a5ff1f21fe10e8a8b53dcf18cdb65986d89539.
Actions
Also available in: Atom