Linux下Apache日志分析工具--AWStats安装使用
awstats.sina.conf You should have a look inside to check and change manually main parameters. You can then manually update your statistics for ''sina'' with command: > perl awstats.pl -update -config=sina You can also read your statistics for ''sina'' with URL: > http://health.yznews.com.cn/awstats/awstats.pl?config=yznews Press ENTER to finish... 按回车键结束 4、修改awstats.yznews.conf配置 vi /etc/awstats/awstats.yznews.conf 按?,在之后输入要搜索的内容LogFile=" 然后按Ins键,找到LogFile="/var/www/logs/access_log" 改为要分析的Apache日志路径与文件名. 5、更新分析报告 perl /opt/awstats/wwwroot/cgi-bin/awstats.pl -config=yznews -update 如果出现以下错误提示,很大可能是Apache的Log文件中存在以前CustomLog /yourlogpath/yourlogfile common生成的日志,删除掉这些行的日志即可: This means each line in your web server log file need to have "combined log format" like this: 111.22.33.44 - - [10/Jan/2001:02:14:14 0200] "GET / HTTP/1.1" 200 1234 "http://www.fromserver.com/from.htm" "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" 清空日志:# echo -n > /var/www/logs/access_log ;
本文出自 “玩linux…做运维…集群..” 博客,请务必保留此出处http://scottlinn.blog.51cto.com/829656/740967 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |