Apache HTTP Server Version 2.2

This document refers to the 2.2 version of Apache httpd, which is no longer maintained. The active release is documented here. If you have not already upgraded, please follow this link for more information.
You may follow this link to go to the current version of this document.
htcacheclean은 mod_disk_cache가
사용하는 저장소 용량을 일정 한도로 유지한다. 이 도구는 직접
실행하거나 데몬(daemon)으로 실행할 수 있다. 프로그램을 데몬으로
실행하면 백그라운드에서 잠자고 있다가 일정 주기로 캐쉬
디렉토리에서 지울 것이 있는지 검사한다. 데몬에게 TERM이나
INT 시그널을 보내면 안전하게 종료한다.
htcacheclean
[ -D ]
[ -v ]
[ -r ]
[ -n ]
-ppath
-llimit
htcacheclean -b
[ -n ]
[ -i ]
-dinterval
-ppath
-llimit
-dinterval-D, -v,
-r 옵션과 함께 사용할 수 없다. 데몬을 안전하게
종료하려면 데몬에게 SIGTERM 혹은
SIGINT 시그널을 보내면 된다.-D-d 옵션과 함께 사용할 수 없다.-v-d 옵션과
함께 사용할 수 없다.-r-d 옵션과 함께 사용할 수 없다.-nhtcacheclean가 자주 잠을 자게되여
(1) 디스크 입출력이 지연되고 (2) 그동안 커널은 다른 프로세스를
스케줄할 수 있다.-ppathCacheRoot
지시어에 사용한 값과 동일한 값을 사용해야 한다.-llimitB를 붙이면) 바이트
단위이다. 킬로바이트는 K를, 메가바이트는
M을 뒤에 붙인다.-i-d 옵션과 함께만 사용할 수 있다.htcacheclean는 모든 작업이 성공한 경우에
("참") 종료코드 0을 반환하고, 실패한 경우에는 1을
반환한다.