위 파일을 다운받아 리눅스 서버에 갖다 놓는다.
tar xvzf cronolog-1.6.2.tar.gz 로 압축을 푼다
명령어는 다음과 같다./configure
make
&& make install
설치 완료!
/usr/local/sbin/ 에 설치되어 있음을 확인.
httpd.conf 를 수정
vi /usr/local/apache/conf/httpd.conf
기존
CustomLog logs/access_log combined
이걸 이렇게 변경
CustomLog "|/usr/local/sbin/cronolog /data2/server/apache/logs/info.daum.net.access_log.%Y.%m.%d" common
이 설정은 info.daum.net.access_log 파일을
info.daum.net.access_log.20060322
info.daum.net.access_log.20060323
이런 식으로 일자별로 분할해 주는 옵션이다.
그리고 마지막으로 /bin/apachectl restart
끝~!'서버 이야기 > 웹서버 설정' 카테고리의 다른 글
Apache Log에 I/O byte 나오게 하기 (0) | 2009.10.07 |
---|---|
jconsol 사용하기 (1) | 2009.08.03 |
XST 취약성 관련 GET, POST 외에 죄다 막아버리기 (0) | 2008.10.20 |
아파치 웹서버 모니터링하기 (0) | 2008.10.06 |
Virtual Host 안쓰고 도메인 Rewrite하기 (0) | 2008.09.25 |