250x250
반응형
Notice
Recent Posts
Recent Comments
전산쟁이의 기억노트
webalizer 설치하기 본문
728x90
반응형
SMALL
- 패키지 설치하기
$> yum install -y gd-devel png-devel
- webalizer 설치하기
$> tar xvzf webalizer-2.23-05.tgz
$> ./configure --prefix=/usr/local/webalizer --with-language=korean
$> make; make install
$> cd /usr/local/webalizer/etc
$> cp -a webalizer.conf.sample webalizer.conf
- 설정하기
$> vi webalizer.conf
LogFile /usr/local/apache2/logs/access_log
OutputDir /home/test/public_html/
Incremental yes
IncrementalName webalizer.current
ReportTitle test Web Analyzer DEMO!
HostName localhost
- 참조로 OutputDir은 아파치의 Document Root로 설정된 하위에 위 패스와 동일하게 만들어줘야 한다
- 실행
$> /usr/local/webalizer/bin/webalizer -c /usr/local/webalizer/etc/webalizer.conf > /var/log/webalizer.log
webalizer 설치하기 | igoni.kr
패키지 설치하기 $> yum install -y gd-devel png-devel webalizer 설치하기 $> tar xvzf webalizer-2...
igoni.kr
728x90
반응형
LIST
'web&was' 카테고리의 다른 글
아파치 트래픽 제한- CBAND 설치하기 (0) | 2022.07.24 |
---|---|
웹로그 분석 Awstats 설치하기 (0) | 2022.07.24 |
Apache Benchmark 테스트 (0) | 2022.07.24 |
apache2 컴파일 정보 확인 (0) | 2022.07.24 |
Centos7에서 apache+perl 연동하기 (0) | 2022.07.24 |
Comments