« awstats 的自定义 logformat 支持 | Main | apache 的 mod_usertrack 与 cookie 设置 »
May 23, 2006
iis web server 支持的 log 格式
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2006/05/23/000989.html http://windtear.net/archives/2006/05/23/000989.html iis web server 支持的 log 格式 log 是很有用的东西 排查错误,统计分析 iis 里面 web server 部分的log支持很有限 想通过log记域名 记访问来源refer 记cookie 几乎不可能 iis 支持四种 log 格式 web server 相关的算是3种(另一种ODBC不算web log) w3c #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status cs(User-Agent) 2006-05-23 08:15:13 127.0.0.1 IPCN\windtear 127.0.0.1 9006 GET /index.html - 200 Mozilla/5.0+(Windows;+U;+Windows+NT+5.0;+en-US;+rv:1.8.0.3)+Gecko/0426+Firefox/1.5.0.3 ncsa 127.0.0.1 - IPCN\windtear [23/May/2006:16:20:02 +0800] "GET /index.html HTTP/1.1" 304 141 iis 127.0.0.1, IPCN\windtear, 2006-5-23, 16:21:40, W3SVC2, WINDTEAR, 127.0.0.1, 0, 616, 141, 304, 0, GET, /index.html, -, |
Posted by windtear at May 23, 2006 11:50 PM