한눈에 쉽게 접속자및 여러 사항들을 볼수가 있다.
한눈에 쉽게 접속자및 여러 사항들을 볼수가 있다.
1)웹하드에서 awstats-6.1.gz를 다운로드 받도록 하자. 2) tar xvfz awstats-6.1.gz 로 압축을 풀고 디렉토리 명 awstats로 교체해준다. 3) cd /var/www/awstats/tools 이동한다.
perl configure.pl 로 설정을 한다
-----> Running OS detected: Linux, BSD or Unix -----> Check for web server install Enter full config file path of your Web server. -----> Check and complete web server config file '/etc/apache/httpd.conf' -----> Update model config file '/mnt/hda/var/www/awstats/wwwroot/cgi-bin/awstats.model.conf' -----> Need to create a new config file ? -----> Define config file name to create -----> Create config file '/etc/awstats/awstats.test.conf' -----> Add update process inside a scheduler
Press ENTER to finish...
여기서 중점있게 봐야할 것이 /etc/awstats/awstats.test.conf 라는 파일이 생성되었으
며 /etc/apache/http.conf 제일 하단에 아래와 같은 라인이 자동으로 추가가
되었다
# # Directives to allow use of AWStats as a CGI # Alias /awstatsclasses "/var/www/awstats/wwwroot/classes/" Alias /awstatscss "/var/www/awstats/wwwroot/css/" Alias /awstatsicons "/var/www/awstats/wwwroot/icon/" ScriptAlias /awstats/ "/var/www/awstats/wwwroot/cgi-bin/" # # This is to permit URL access to scripts/files in AWStats directory. # <Directory "/var/www/awstats/wwwroot"> Options None AllowOverride None Order allow,deny Allow from all </Directory>
4) 다음으로 /etc/awstats/awstats.test.conf 를 알맞게 수정한다
LogFile="/var/log/httpd/mylog.log"
LogFile="/var/log/apache/access.log"
DirData="/var/lib/awstats"
DirData="/var/log/awstats" #로그를 분석한 데이터를 저장할 디렉토리 지정
6) 이제 로그파일을 분석할수 있는 실행을 해본다
/var/www/awstats/wwwroot/cgi-bin/awstats.pl -update -config=test Update for config "/etc/awstats/awstats.test.conf" Jumped lines in file: 0
/var/www/awstats/tools/awstats_updateall.pl now
ls /var/log/awstats 이라고 명령을 사용하면 아래와 같이 보인다. awstats052007.test.txt
그럼 데이터가 생성된 것이다.
7) 웹으로 awstats로 로그를 확인 하여보자
아파치를 먼저 재실행을 한다
그리고 http://yourdomain/awstats/awstats.pl?config=yourconfig 을 웹에서 보자
이런식으로 설치가 완료가 되었다. |
|
정해진 시간에 웹로그분석을 실행 시키고 싶다면 crontab을 설명해 놓은 페이지를 찾으면
쉽게 해결될것이라고 믿는다.
'LinkStation HLAN > Program Install' 카테고리의 다른 글
Rtorrent 설치 하기 (4) | 2007.06.01 |
---|---|
Webmin 설치하기 (0) | 2007.05.31 |
Relay 웹하드 설치 방법 (16) | 2007.05.15 |
proftpd 설치하기 (2) | 2007.05.15 |
트래픽 제어하기 2 (0) | 2007.05.13 |
트래픽 제어하기 1 (mod_throttle) (0) | 2007.05.13 |
테터툴즈 설치하기 (2) | 2007.05.13 |
Apache + Php + Mysql + Phpmyadmin (0) | 2007.05.12 |