Modified: httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en Mon Mar 29 22:32:37 2010
@@ -26,12 +26,16 @@
<p><code>htcacheclean</code> is used to keep the size of
<code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code>'s
storage within a certain limit. This
tool can run either manually or in daemon mode. When running in
- daemon mode, it sleeps in the background and checks the cache directories
+ daemon mode, it sleeps in the background and checks the cache directory
at regular intervals for cached content to be removed. You can stop the daemon
- cleanly by sending it a TERM or INT signal.</p>
+ cleanly by sending it a TERM or INT signal. When run manually, a once off
+ check of the cache directory is made for cached content to be removed. If
+ one or more URLs are specified, each URL will be deleted from the cache, if
+ present.</p>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif"
/> <a href="#synopsis">Synopsis</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#delete">Deleting
a specific URL</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#exit">Exit Status</a></li>
</ul><h3>See also</h3><ul class="seealso"><li><code class="module"><a
href="../mod/mod_disk_cache.html">mod_disk_cache</a></code></li></ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif"
/></a></div>
@@ -54,6 +58,13 @@
-<strong>d</strong><var>interval</var>
-<strong>p</strong><var>path</var>
-<strong>l</strong><var>limit</var></code></p>
+
+ <p><code><strong>htcacheclean</strong>
+ [ -<strong>D</strong> ]
+ [ -<strong>v</strong> ]
+ [ -<strong>t</strong> ]
+ -<strong>p</strong><var>path</var>
+ <var>url</var></code></p>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif"
/></a></div>
<div class="section">
<h2><a name="options" id="options">Options</a></h2>
@@ -113,9 +124,28 @@
</dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif"
/></a></div>
<div class="section">
+<h2><a name="delete" id="delete">Deleting a specific URL</a></h2>
+ <p>If <code>htcacheclean</code> is passed one or more URLs, each URL
will
+ be deleted from the cache. If multiple variants of an URL exists, all
+ variants would be deleted.</p>
+
+ <p>When a reverse proxied URL is to be deleted, the effective URL is
+ constructed from the <strong>Host</strong> header, the
+ <strong>port</strong>, the <strong>path</strong> and the
+ <strong>query</strong>. Note the '?' in the URL must always be specified
+ explicitly, whether a query string is present or not. For example, an
+ attempt to delete the path <strong>/</strong> from the server
+ <strong>localhost</strong>, the URL to delete would be
+ <strong>http://localhost:80/?</strong>.</p>
+
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif"
/></a></div>
+<div class="section">
<h2><a name="exit" id="exit">Exit Status</a></h2>
<p><code>htcacheclean</code> returns a zero status ("true") if all
- operations were successful, <code>1</code> otherwise.</p>
+ operations were successful, <code>1</code> otherwise. If an URL is
+ specified, and the URL was cached and successfully removed,
+ <code>0</code> is returned, <code>2</code> otherwise. If an error
+ occurred during URL removal, <code>1</code> is returned.</p>
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/programs/htcacheclean.html"
title="English"> en </a> |
Modified: httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko [euc-kr] Mon Mar 29 22:32:37
2010
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105711:910705 (outdated) -->
+<!-- English Revision: 105711:928921 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr [utf-8] Mon Mar 29 22:32:37
2010
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 650172:910705 (outdated) -->
+<!-- English Revision: 650172:928921 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
Modified: httpd/httpd/trunk/docs/manual/sections.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.html.en?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.html.en (original)
+++ httpd/httpd/trunk/docs/manual/sections.html.en Mon Mar 29 22:32:37 2010
@@ -229,7 +229,7 @@ are mapped vice-versa:
Alias /foo/bar /srv/www/uncommon/bar<br />
Alias /foo /srv/www/common/foo<br />
</code></p></div>
-Same goes for the <code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code>
+The same is true for the <code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code>
directives:
<div class="example"><p><code>
ProxyPass /special-area http://special.example.com smax=5 max=10
Modified: httpd/httpd/trunk/docs/manual/sections.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.ja?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml.ja [utf-8] Mon Mar 29 22:32:37 2010
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:926398 (outdated) -->
+<!-- English Revision: 420990:927824 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/trunk/docs/manual/sections.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.ko?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml.ko [euc-kr] Mon Mar 29 22:32:37 2010
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:926398 (outdated) -->
+<!-- English Revision: 105989:927824 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/trunk/docs/manual/sections.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.meta?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml.meta Mon Mar 29 22:32:37 2010
@@ -8,7 +8,7 @@
<variants>
<variant>en</variant>
- <variant outdated="yes">fr</variant>
+ <variant>fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
<variant outdated="yes">tr</variant>
Modified: httpd/httpd/trunk/docs/manual/sections.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.tr?rev=928922&r1=928921&r2=928922&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml.tr [utf-8] Mon Mar 29 22:32:37 2010
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 735922:926398 (outdated) -->
+<!-- English Revision: 735922:927824 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
|