아파치 로그 정리(압축) logrotate
우선 아파치을 컴파일 설치하였다면
/etc/logrotate.d/ apache 파일을 만든다.
파일을 만들고 밑에 있는 파일을 적어넣는다.
------------------------------------------------------------------------
/usr/local/apache/logs/access_log {
notifempty
missingok
size 500k # 500k 킬로바이트로 짤라준다
daily # 매일 확인
rotate 1 # 1 일동안 보관한다
create 0664 root root
compress
postrotate
/bin/kill -HUP `cat /usr/local/apache/logs/httpd.pid 2 > /dev/null` 2 > /dev/null || true
endscript
}
/usr/local/apache/logs/error_log {
notifempty
missingok
size 500k
daily
rotate 1
create 0664 root root
compress
postrotate
/bin/kill -HUP `cat /usr/local/apache/logs/httpd.pid 2 > /dev/null` 2 > /dev/null || true
endscript
}
/usr/local/apache/logs/agent_log {
notifempty
missingok
compress
postrotate
/usr/bin/killall -HUP httpd 2> /dev/null || true
endscript
}
/usr/local/apache/logs/referer_log {
notifempty
missingok
compress
postrotate
/usr/bin/killall -HUP httpd 2> /dev/null || true
endscript
}
-----------------------------------------------------------------------------
위와 같이 다적었으면 ..
usr/sbin/logrotate -d /etc/logrotate.conf
또는
logrotate -d /etc/logrotate.conf 해준다
에러 메세지가 없으면 성공..
logrotate 는 /etc/cron.daily 에 등록 되어 있어 하루에 한번씩 새벽 4시 03분에 작동한다.
[이 게시물은 관리자님에 의해 2005-03-13 15:29:04 그누보드 팁앤테크(으)로 부터 복사됨]<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:30:25 Apache에서 이동 됨]</div>
/etc/logrotate.d/ apache 파일을 만든다.
파일을 만들고 밑에 있는 파일을 적어넣는다.
------------------------------------------------------------------------
/usr/local/apache/logs/access_log {
notifempty
missingok
size 500k # 500k 킬로바이트로 짤라준다
daily # 매일 확인
rotate 1 # 1 일동안 보관한다
create 0664 root root
compress
postrotate
/bin/kill -HUP `cat /usr/local/apache/logs/httpd.pid 2 > /dev/null` 2 > /dev/null || true
endscript
}
/usr/local/apache/logs/error_log {
notifempty
missingok
size 500k
daily
rotate 1
create 0664 root root
compress
postrotate
/bin/kill -HUP `cat /usr/local/apache/logs/httpd.pid 2 > /dev/null` 2 > /dev/null || true
endscript
}
/usr/local/apache/logs/agent_log {
notifempty
missingok
compress
postrotate
/usr/bin/killall -HUP httpd 2> /dev/null || true
endscript
}
/usr/local/apache/logs/referer_log {
notifempty
missingok
compress
postrotate
/usr/bin/killall -HUP httpd 2> /dev/null || true
endscript
}
-----------------------------------------------------------------------------
위와 같이 다적었으면 ..
usr/sbin/logrotate -d /etc/logrotate.conf
또는
logrotate -d /etc/logrotate.conf 해준다
에러 메세지가 없으면 성공..
logrotate 는 /etc/cron.daily 에 등록 되어 있어 하루에 한번씩 새벽 4시 03분에 작동한다.
[이 게시물은 관리자님에 의해 2005-03-13 15:29:04 그누보드 팁앤테크(으)로 부터 복사됨]<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:30:25 Apache에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 346 | ||
| 8029 | 9년 전 | 282 | ||
| 8028 | 9년 전 | 250 | ||
| 8027 | 9년 전 | 262 | ||
| 8026 | 9년 전 | 303 | ||
| 8025 | 9년 전 | 361 | ||
| 8024 | 9년 전 | 325 | ||
| 8023 | 9년 전 | 377 | ||
| 8022 | 9년 전 | 304 | ||
| 8021 | 9년 전 | 306 | ||
| 8020 | 9년 전 | 303 | ||
| 8019 | 9년 전 | 327 | ||
| 8018 | 9년 전 | 427 | ||
| 8017 | 9년 전 | 525 | ||
| 8016 | 9년 전 | 314 | ||
| 8015 | 9년 전 | 378 | ||
| 8014 | 9년 전 | 311 | ||
| 8013 | 9년 전 | 224 | ||
| 8012 | 9년 전 | 236 | ||
| 8011 | 9년 전 | 435 | ||
| 8010 | 9년 전 | 287 | ||
| 8009 | 9년 전 | 273 | ||
| 8008 | 9년 전 | 274 | ||
| 8007 | 9년 전 | 417 | ||
| 8006 | 9년 전 | 453 | ||
| 8005 |
|
9년 전 | 954 | |
| 8004 | 9년 전 | 336 | ||
| 8003 | 9년 전 | 406 | ||
| 8002 | 9년 전 | 314 | ||
| 8001 |
|
9년 전 | 653 | |
| 8000 | 9년 전 | 399 | ||
| 7999 | 9년 전 | 361 | ||
| 7998 | 9년 전 | 412 | ||
| 7997 | 9년 전 | 302 | ||
| 7996 | 9년 전 | 528 | ||
| 7995 | 9년 전 | 435 | ||
| 7994 | 9년 전 | 277 | ||
| 7993 | 9년 전 | 358 | ||
| 7992 | 9년 전 | 498 | ||
| 7991 | 9년 전 | 232 | ||
| 7990 | 9년 전 | 258 | ||
| 7989 | 9년 전 | 290 | ||
| 7988 | 9년 전 | 713 | ||
| 7987 | 9년 전 | 408 | ||
| 7986 | 9년 전 | 397 | ||
| 7985 | 9년 전 | 489 | ||
| 7984 | 9년 전 | 419 | ||
| 7983 | 9년 전 | 638 | ||
| 7982 | 9년 전 | 500 | ||
| 7981 | 9년 전 | 446 | ||
| 7980 | 9년 전 | 473 | ||
| 7979 | 9년 전 | 448 | ||
| 7978 | 9년 전 | 424 | ||
| 7977 | 9년 전 | 361 | ||
| 7976 | 9년 전 | 833 | ||
| 7975 | 9년 전 | 351 | ||
| 7974 | 9년 전 | 377 | ||
| 7973 | 9년 전 | 583 | ||
| 7972 | 9년 전 | 369 | ||
| 7971 | 9년 전 | 436 | ||
| 7970 | 9년 전 | 283 | ||
| 7969 | 9년 전 | 529 | ||
| 7968 | 9년 전 | 369 | ||
| 7967 | 9년 전 | 350 | ||
| 7966 | 9년 전 | 352 | ||
| 7965 |
|
9년 전 | 1002 | |
| 7964 | 9년 전 | 389 | ||
| 7963 | 9년 전 | 372 | ||
| 7962 | 9년 전 | 358 | ||
| 7961 |
전갈자리남자
|
9년 전 | 496 | |
| 7960 | 9년 전 | 947 | ||
| 7959 | 9년 전 | 539 | ||
| 7958 | 9년 전 | 394 | ||
| 7957 | 9년 전 | 353 | ||
| 7956 | 9년 전 | 362 | ||
| 7955 | 9년 전 | 428 | ||
| 7954 | 9년 전 | 353 | ||
| 7953 | 9년 전 | 414 | ||
| 7952 | 9년 전 | 338 | ||
| 7951 | 9년 전 | 483 | ||
| 7950 | 9년 전 | 369 | ||
| 7949 | 9년 전 | 378 | ||
| 7948 | 9년 전 | 313 | ||
| 7947 | 9년 전 | 915 | ||
| 7946 | 9년 전 | 409 | ||
| 7945 | 9년 전 | 376 | ||
| 7944 | 9년 전 | 384 | ||
| 7943 | 9년 전 | 355 | ||
| 7942 | 9년 전 | 390 | ||
| 7941 | 9년 전 | 376 | ||
| 7940 | 9년 전 | 864 | ||
| 7939 | 9년 전 | 315 | ||
| 7938 | 9년 전 | 360 | ||
| 7937 | 9년 전 | 261 | ||
| 7936 | 9년 전 | 865 | ||
| 7935 | 9년 전 | 419 | ||
| 7934 | 9년 전 | 388 | ||
| 7933 | 9년 전 | 463 | ||
| 7932 | 9년 전 | 441 | ||
| 7931 | 9년 전 | 502 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기