Table of Contents
참고URL#
다운로드 & 설치#
wget http://jaist.dl.sourceforge.net/sourceforge/awstats/awstats-6.7.tar.gz tar xzvfp awstats-6.7.tar.gz mv awstats-6.7 /usr/local chmod 755 /usr/local/awstats-6.7 ln -s /usr/local/awstats-6.7 /usr/local/awstats mkdir /etc/awstats mkdir /var/lib/awstats
아파치 환경설정#
- /usr/local/awstats/tools/httpd_conf 파일을 참고하여 설정
환경 설정 파일 생성#
- awstats_configure.pl을 이용하여 환경설정 파일 생성
cd /usr/local/awstats/tools perl awstats_configure.pl 실행 하면 /etc/awstats/ 폴더 밑에 컨피규어 파일이 생성된다. 호스트를 추가 할 경우도 위의 프로그램을 실행 해도 되지만 파일을 복사해서 편집을 하는 것을 권한다. vi /etc/awstats/awstats.<호스트명>.conf >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> LogFile="[자신이 사용하는 웹서버의 access 로그]" Lang="ko" LoadPlugin="graphapplet /awstatsclasses" <- 주석 해제(3D그래프) <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
- awstats.pl을 이용하여 로그 분석
perl /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=[자신이 정한 hostname]
- 분석한 로그 web을 통해서 보기
http://localhost/awstats/awstats.pl?config=[자신이 정한 hostname]
- 로그분석 crontab에 설정
crontab -e 0-59/6 * * * * root /usr/local/awstats/wwwroot/cgi-bin/awstats -update -config=[자신이 정한 hostname]
Add new attachment
Only authorized users are allowed to upload new attachments.