diff options
author | Graham Leggett <minfrin@apache.org> | 2010-11-20 16:48:51 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-11-20 16:48:51 +0100 |
commit | 2f74bae2d51d6362168b267249583a67ae1cb60a (patch) | |
tree | 871900eeef45483c951787b8e1f5c4ec0efc0bcf /docs/manual/mod/index.html.de | |
parent | Updated the .fr ssl howto so it matches r1035435 changes (diff) | |
download | apache2-2f74bae2d51d6362168b267249583a67ae1cb60a.tar.xz apache2-2f74bae2d51d6362168b267249583a67ae1cb60a.zip |
Rename mod_disk_cache to mod_cache_disk within the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/index.html.de')
-rw-r--r-- | docs/manual/mod/index.html.de | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index d9fbfec21a..4f1248ae9b 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -105,6 +105,7 @@ address)</dd> Win32 <code>dir</code> shell command</dd> <dt><a href="mod_buffer.html" id="B" name="B">mod_buffer</a></dt><dd>Support for request buffering</dd> <dt><a href="mod_cache.html" id="C" name="C">mod_cache</a></dt><dd>RFC 2616 compliant HTTP caching filter.</dd> +<dt><a href="mod_cache_disk.html">mod_cache_disk</a></dt><dd>Disk based storage module for the HTTP caching filter.</dd> <dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt><dd>CERN httpd metafile semantics</dd> <dt><a href="mod_cgi.html">mod_cgi</a></dt><dd>Execution of CGI scripts</dd> <dt><a href="mod_cgid.html">mod_cgid</a></dt><dd>Execution of CGI scripts using an @@ -120,7 +121,6 @@ client</dd> <dt><a href="mod_dialup.html">mod_dialup</a></dt><dd>Send static content at a bandwidth rate limit, defined by the various old modem standards</dd> <dt><a href="mod_dir.html">mod_dir</a></dt><dd>Provides for "trailing slash" redirects and serving directory index files</dd> -<dt><a href="mod_disk_cache.html">mod_disk_cache</a></dt><dd>Disk based storage module for the HTTP caching filter.</dd> <dt><a href="mod_dumpio.html">mod_dumpio</a></dt><dd>Dumps all I/O to error log as desired.</dd> <dt><a href="mod_echo.html" id="E" name="E">mod_echo</a></dt><dd>A simple echo server to illustrate protocol modules</dd> |