From: Justin Erenkrantz Date: Sun, 28 Nov 2004 23:59:22 +0000 (+0000) Subject: Add 'New features of 2.1/2.2' to index page. X-Git-Tag: 2.1.2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db01c7e061570717f7f90401e50d7a3cebad9645;p=apache 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 --- diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index ca6a1cbb08..e989db2600 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -29,7 +29,8 @@

Release Notes

-
  • New features with Apache 2.0
  • + diff --git a/docs/manual/index.xml b/docs/manual/index.xml index a756215de1..1ef4ad1e05 100644 --- a/docs/manual/index.xml +++ b/docs/manual/index.xml @@ -25,6 +25,7 @@ Apache HTTP Server Version 2.1 Documentation Release Notes + New features with Apache 2.1/2.2 New features with Apache 2.0 Upgrading to 2.0 from 1.3 Apache License diff --git a/docs/manual/mod/mod_disk_cache.html.en b/docs/manual/mod/mod_disk_cache.html.en index 7fab270e22..11e1d582ef 100644 --- a/docs/manual/mod/mod_disk_cache.html.en +++ b/docs/manual/mod/mod_disk_cache.html.en @@ -38,6 +38,9 @@

    Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.

    +

    htcacheclean can be used to maintain the cache + size at a maximum level.

    +

    Note:

    mod_disk_cache requires the services of mod_cache.

    diff --git a/docs/manual/mod/mod_disk_cache.xml b/docs/manual/mod/mod_disk_cache.xml index 8d258402ab..1cff69cb16 100644 --- a/docs/manual/mod/mod_disk_cache.xml +++ b/docs/manual/mod/mod_disk_cache.xml @@ -35,6 +35,9 @@

    Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.

    +

    htcacheclean can be used to maintain the cache + size at a maximum level.

    + Note:

    mod_disk_cache requires the services of mod_cache.