]> granicus.if.org Git - apache/commitdiff
Add 'New features of 2.1/2.2' to index page.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 28 Nov 2004 23:59:22 +0000 (23:59 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 28 Nov 2004 23:59:22 +0000 (23:59 +0000)
Add reference to htcacheclean in mod_disk_cache docs via program.  (Yay, nd!)
Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106861 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/index.html.en
docs/manual/index.xml
docs/manual/mod/mod_disk_cache.html.en
docs/manual/mod/mod_disk_cache.xml

index ca6a1cbb08f403ec0aa39087768dccec5f2a1258..e989db260042f88ceed3303305ed61a8ca2b3032 100644 (file)
@@ -29,7 +29,8 @@
 </div>
 <form method="get" action="http://www.google.com/search"><p><input name="as_q" value="" type="text" /> <input value="Google Search" type="submit" /><input value="10" name="num" type="hidden" /><input value="en" name="hl" type="hidden" /><input value="ISO-8859-1" name="ie" type="hidden" /><input value="Google Search" name="btnG" type="hidden" /><input name="as_epq" value="Version 2.1" type="hidden" /><input name="as_oq" value="" type="hidden" /><input name="as_eq" value="&quot;List-Post&quot;" type="hidden" /><input value="" name="lr" type="hidden" /><input value="i" name="as_ft" type="hidden" /><input value="" name="as_filetype" type="hidden" /><input value="all" name="as_qdr" type="hidden" /><input value="any" name="as_occt" type="hidden" /><input value="i" name="as_dt" type="hidden" /><input value="httpd.apache.org" name="as_sitesearch" type="hidden" /><input value="off" name="safe" type="hidden" /></p></form>
 <table id="indextable"><tr><td class="col1"><div class="category"><h2><a name="release" id="release">Release Notes</a></h2>
-<ul><li><a href="new_features_2_0.html">New features with Apache 2.0</a></li>
+<ul><li><a href="new_features_2_2.html">New features with Apache 2.1/2.2</a></li>
+<li><a href="new_features_2_0.html">New features with Apache 2.0</a></li>
 <li><a href="upgrading.html">Upgrading to 2.0 from 1.3</a></li>
 <li><a href="license.html">Apache License</a></li>
 </ul>
index a756215de1ccb54842c56469f41da888b331ef79..1ef4ad1e05f63a8feb7ac5c2d85bfe1491eb033b 100644 (file)
@@ -25,6 +25,7 @@
 <title>Apache HTTP Server Version 2.1 Documentation</title>
 
 <category id="release"><title>Release Notes</title>
+    <page href="new_features_2_2.html">New features with Apache 2.1/2.2</page>
     <page href="new_features_2_0.html">New features with Apache 2.0</page>
     <page href="upgrading.html">Upgrading to 2.0 from 1.3</page>
     <page href="license.html">Apache License</page>
index 7fab270e225416d9b1426e18a62f1e3c7dc973eb..11e1d582ef0ae40d2ddb662fe8616dd4b9626c59 100644 (file)
@@ -38,6 +38,9 @@
     <p>Content is stored in and retrieved from the cache using URI based
     keys. Content with access protection is not cached.</p>
 
+    <p><code class="program"><a href="../programs/htcacheclean.html">htcacheclean</a></code> can be used to maintain the cache
+       size at a maximum level.</p>
+
     <div class="note"><h3>Note:</h3>
       <p><code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code> requires the services of
       <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>.</p>
index 8d258402ab419bb9598bb458b4d71051ee1a9f10..1cff69cb16f5d6206b28613b1fc96323047cafd5 100644 (file)
@@ -35,6 +35,9 @@
     <p>Content is stored in and retrieved from the cache using URI based
     keys. Content with access protection is not cached.</p>
 
+    <p><program>htcacheclean</program> can be used to maintain the cache
+       size at a maximum level.</p>
+
     <note><title>Note:</title>
       <p><module>mod_disk_cache</module> requires the services of
       <module>mod_cache</module>.</p>