nd 2004/11/06 15:48:36 Modified: docs/manual sitemap.html.de sitemap.html.en sitemap.html.es sitemap.html.ja.euc-jp sitemap.html.ko.euc-kr docs/manual/programs index.html.en index.html.es index.html.ko.euc-kr index.xml.es index.xml.ko index.xml.meta Added: docs/manual/programs htcacheclean.html htcacheclean.html.en htcacheclean.xml.meta Log: update transformation Revision Changes Path 1.39 +1 -0 httpd-2.0/docs/manual/sitemap.html.de Index: sitemap.html.de =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.html.de,v retrieving revision 1.38 retrieving revision 1.39 diff -u -u -r1.38 -r1.39 --- sitemap.html.de 11 Sep 2004 19:20:45 -0000 1.38 +++ sitemap.html.de 6 Nov 2004 23:48:36 -0000 1.39 @@ -131,6 +131,7 @@
Esta página contiene toda la documentación sobre los programas ejecutables incluidos en el servidor Apache.
1.3 +2 -0 httpd-2.0/docs/manual/programs/index.html.ko.euc-kr Index: index.html.ko.euc-kr =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/programs/index.html.ko.euc-kr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- index.html.ko.euc-kr 4 May 2004 18:35:47 -0000 1.2 +++ index.html.ko.euc-kr 6 Nov 2004 23:48:36 -0000 1.3 @@ -22,6 +22,8 @@ es | ko +¾ÆÆÄÄ¡ À¥¼¹ö¿¡ Æ÷ÇÔµÈ ÇÁ·Î±×·¥µéÀÌ´Ù.
1.2 +1 -1 httpd-2.0/docs/manual/programs/index.xml.es Index: index.xml.es =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/programs/index.xml.es,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- index.xml.es 4 May 2004 18:29:14 -0000 1.1 +++ index.xml.es 6 Nov 2004 23:48:36 -0000 1.2 @@ -1,7 +1,7 @@ - + +Apache HTTP Server Version 2.1

Available Languages: en
htcacheclean is used to keep the size of
mod_disk_cache's storage within a certain limit. This
tool can be either run manually or in daemon mode. When running in
daemon mode, it sleeps in the background and checks the cache directories
in regular intervals for stuff to be removed. You can stop the daemon
cleanly, when sending him a TERM or INT signal.
htcacheclean
[ -D ]
[ -v ]
[ -r ]
[ -n ]
-ppath
-llimit
htcacheclean -b
[ -n ]
[ -i ]
-dinterval
-ppath
-llimit
-dinterval-D, -v
and -r options. To shutdown the daemon cleanly, just send it
a SIGTERM or SIGINT.-D-d option.-v-d option.-r-d option.-nhtcacheclean will sleep from time to time
so that (a) the disk IO will be delayed and (b) the kernel can schedule
other processes in the meantime.-ppathCacheRoot directive.-llimitB to the
number). Attach K for Kbytes or M for
MBytes.-i-d
option.htcacheclean returns a zero status ("true") if all
operations were successful, 1 otherwise.
Available Languages: en