awststs是乙個非常好用的日誌統計工具,下面我對其他主要web server/proxy(nginx,squid,lighttpd,httpd)的日誌如何進行分析展開說明。
[color=red]awstats日誌分析之apache[/color]
apache:
修改%apache%/conf/httpd.conf
修改為:
customlog logs/access_log combined
awstats:
awstats.***.conf
logfile="%apache%/logs/access_log"即可
logtype=w
logformat=1
[color=red]awstats日誌分析之tomcat[/color]
修改%tomcat%/conf/server.xml
修改為:
awstats.***.conf
logfile="%tomcat%/logs/access_log.%yyyy%mm%dd.log"即可
logtype=w
logformat=1
[color=red]awstats日誌分析之nginx[/color]
修改:%nginx%/conf/nginx.conf
修改為:
logfile="%nginx%/logs/access.log."即可
logtype=w
logformat=1
[color=red]awstats日誌分析之squid[/color]
修改:%squid%/etc/squid.conf
access_log /usr/local/opt/squid//var/logs/access.log squid
修改為:
logfile="%squid%/var/log/access.log."即可
logtype=w
logformat=1
[color=red]awstats日誌分析之lighttpd[/color]
awstats直接支援lighttpd預設的日誌輸出格式。
AWStats日誌分析
提前安裝httpd與bind軟體包,並啟動服務 yum install httpd bind y配置dns服務主配置檔案 vim etc named.conf修改後如圖所示 配置dns區域配置檔案 vim etc named.rfc1912.zones修改後如圖所示 配置區域資料配置檔案 cp p ...
awstats 日誌分析
tmp awstats awstats.ezrydel.com.conf logfile usr local apache domlogs ezrydel.com perl版就很多 在強大的google analytics的出現,很少有好用的訪問統計工具。那個時候有自己伺服器的,會使用awstats...
用awstats分析apache日誌
宣告 zhouxuan testtimes.net原創 1.安裝apache 略 2.安裝cronolog 日誌擷取工具 tar zxf cronolog 1.6.2.tar.gz cd cronolog 1.6.2 configure make make install 3.配置apache 在中...