Notice
Recent Posts
Recent Comments
Tags
- perplexity
- RHEL8
- maxscale
- Kubernetes
- n1548
- Auth
- vmware
- 우파푸른하늘
- MotD
- mariadb
- n15148
- Galera Cluster
- CentOS
- wildfly jboss
- web&was apche htaccess
- dell
- banner
- Path
- 우파푸른하늘80만이벤트
- Storage
- admin port
- drbd
- docker
- Network
- openldap
- data-door
- snmp
- CEP
- etcd
- mgmtip
- unix_socket
- 웰카
- port description
250x250
반응형
전산쟁이의 기억노트
webalizer 설치하기 본문
728x90
반응형
- 패키지 설치하기
$> 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
반응형
'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