Commit 34d0064a authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Add 'New features of 2.1/2.2' to index page.

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
parent 4d3783c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>
+3 −0
Original line number Diff line number Diff line
@@ -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>
+3 −0
Original line number Diff line number Diff line
@@ -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>