我试图从cache_access.log中了解这个服务器日志行。 每个领域代表什么,特别是为什么列出三个IP,每个代表什么?
[HIT - - - -] 1.1.1.0, 1.1.1.2 (1.1.1.3) - - [25/Apr/2014:00:30:02 +0000] "GET /page/content HTTP/1.1" 200 1721 "http://www.url.com/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36"
从date起,它看起来像一个标准的Apache组合格式。
%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
可以find每个字段在这里: http : //httpd.apache.org/docs/current/mod/mod_log_config.html
不知道开始的caching字段是什么。