-
[ CentOS 7 ] cronolog 유틸을 이용한 Access Log 날짜별 적재Linux/RedHat, CentOS, ubuntu 2019. 4. 22. 13:11
Homepage : https://github.com/fordmason/cronolog
아파치 로그(httpd)를 cronolog를 이용하여 날짜별로 관리해주는 유틸이다.
웹 서비스를 체계적으로 분석하기 위해서는 우선 로그를 잘 적재할 필요가 있다.
# yum install cronolog
설치가 않된다면 " yum install epel-release " # Extra Packages for Enterprise Linux 저장소 설치
# find / -name cronolog [ 프로그램 설치 확인 ]
/usr/sbin/cronolog# vi /etc/httpd/conf/httpd.conf
CustomLog "|/usr/sbin/cronolog /var/log/httpd/%Y/%m/%Y-%m-%d-access.log" combined
# systemctl resrtart httpd
# ls -l /var/log/httpd/2019/04/*-access*
-rw-r--r--. 1 root root 89774 4월 22 13:08 /var/log/httpd/2019/04/2019-04-22-access.log'Linux > RedHat, CentOS, ubuntu' 카테고리의 다른 글
[ CentOS 7 ] ntp install와 client 세팅 (0) 2019.04.26 [ CentOS 7 ] Tomcat 8 Install (0) 2019.04.23 [ CentOS 7 ] openJDK 1.8 Install (0) 2019.04.23 Linux date 명령어 (날짜/시간 변경/전일구하기) (0) 2019.04.23 [ CentOS 7 ] iptables service install (0) 2019.04.19 Linux 파일은 유지하면서 내용만 지우기 (0) 2019.04.18 Linux tar backup (0) 2019.04.04 [ CentOS 7 ] Loop Back Adapter Configuration (0) 2019.04.03