diff options
author | Graham Leggett <minfrin@apache.org> | 2010-02-16 23:23:09 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-02-16 23:23:09 +0100 |
commit | 3821fbfeffff4e7489f65ce0227b0823335ef5b2 (patch) | |
tree | 3ea54d5769641415107d71477fc42b2bbd2843d8 /docs/manual/programs/htcacheclean.html.en | |
parent | support/rotatelogs: Support the simplest log rotation case, log (diff) | |
download | apache2-3821fbfeffff4e7489f65ce0227b0823335ef5b2.tar.xz apache2-3821fbfeffff4e7489f65ce0227b0823335ef5b2.zip |
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htcacheclean.html.en')
-rw-r--r-- | docs/manual/programs/htcacheclean.html.en | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/programs/htcacheclean.html.en b/docs/manual/programs/htcacheclean.html.en index 9bce21834b..69abaab883 100644 --- a/docs/manual/programs/htcacheclean.html.en +++ b/docs/manual/programs/htcacheclean.html.en @@ -50,6 +50,7 @@ [ -<strong>n</strong> ] [ -<strong>t</strong> ] [ -<strong>i</strong> ] + [ -<strong>P</strong><var>pidfile</var> ] -<strong>d</strong><var>interval</var> -<strong>p</strong><var>path</var> -<strong>l</strong><var>limit</var></code></p> @@ -95,6 +96,10 @@ <dd>Specify <var>path</var> as the root directory of the disk cache. This should be the same value as specified with the <code class="directive"><a href="../mod/mod_disk_cache.html#cacheroot">CacheRoot</a></code> directive.</dd> + <dt><code>-P<var>pidfile</var></code></dt> + <dd>Specify <var>pidfile</var> as the name of the file to write the + process ID to when daemonized.</dd> + <dt><code>-l<var>limit</var></code></dt> <dd>Specify <var>limit</var> as the total disk cache size limit. The value is expressed in bytes by default (or attaching <code>B</code> to the |