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/core.xml.ja | |
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/core.xml.ja')
-rw-r--r-- | docs/manual/mod/core.xml.ja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 6157e2a5d7..a1dce086bf 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1398,7 +1398,7 @@ module="core">Directory</directive></seealso> </IfDefine><br /> <IfDefine !MemCache><br /> <indent> - LoadModule disk_cache_module modules/mod_disk_cache.so<br /> + LoadModule cache_disk_module modules/mod_cache_disk.so<br /> </indent> </IfDefine> </indent> |