【发布时间】:2017-06-07 09:40:55
【问题描述】:
我已经阅读了为 Apache HTTPD 服务器配置自定义 LogFormat 的文档,位于 http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats
在此表中存在这两个条目:
%{VARNAME}^ti The contents of VARNAME: trailer line(s) in the request sent to the server.
%{VARNAME}^to The contents of VARNAME: trailer line(s) in the response sent from the server.
我试图弄清楚这两个是什么意思,但到目前为止我一直很不走运。这两个是什么意思?请求/响应中会记录什么?
【问题讨论】: