« 招行专业版 CMB 证书与注册表 | Main | iis web server 支持的 log 格式 »
May 22, 2006
awstats 的自定义 logformat 支持
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2006/05/22/000988.html awstats 的自定义 logformat 支持 awstats 支持自定义 logformat 不过支持的还不够 我的需求没法满足 比如: log 样例:"GET http://proxy.ipcn.org/proxylist.html HTTP/1.1" 这是squid记的log中的URL部分 (emulate_httpd_log on) 如果需要区分 proxy.ipcn.org 的话 logformat 没法定义 (希望只是我没搞定不会配) 尽管 awstats 提供了 %virtualname 等丰富的key 顺便也看了帮助和 awstats.pl 的代码 确认了默认几种LogFormat的格式和正则匹配方法 LogFormat=1 是带 Refer 和 User-Agent 的log native combined log format (NCSA combined/XLF/ELF log format) # 1 - Apache or Lotus Notes/Domino native combined log format # (NCSA combined/XLF/ELF log format) # 2 - IIS or ISA format (IIS W3C log format). See FAQ-COM115 For ISA. # 3 - Webstar native log format. # 4 - Apache or Squid native common log format (NCSA common/CLF log format) # With LogFormat=4, some features (browsers, os, keywords...) can't work. (略:$PerlParsingFormat 和 # Log records examples: ) 相关文章: 2006-04-30 23:58 我爱网络 用 awstats 做网站访问日志分析 2006-05-08 20:24 我爱网络 研究解决awstats等日志分析软件对日志数据的时间顺序敏感性 |
Posted by windtear at May 22, 2006 11:20 PM