Chinaunix
标题:
nginx里面自定义变量获取私有包头的问题,头疼
[打印本页]
作者:
qiuzugen
时间:
2015-01-29 14:52
标题:
nginx里面自定义变量获取私有包头的问题,头疼
在http包头里面增加了一个私有包头:Q-RET, 想在nginx日志里面获取这个包头的值,但就是无法获取,试了很多种方法:
log_format main '$remote_addr $server_addr $remote_user [$time_local] "$host" "$request" '
'$status $body_bytes_sent $upstream_response_time '
'$request_time "$upstream_addr" "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"
"$http_Q-RET"
';
日志里面打出来的是--ret,就是解析不了这个"Q-",感觉问题出在这个“-”上面,试了
"${http_Q-RET}"、"$sent_http_Q-RET"都不行
,哪位大神有过类似经验???急!!!
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2