summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cache.html.en
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2004-11-12 13:27:40 +0000
committerYoshiki Hayashi <yoshiki@apache.org>2004-11-12 13:27:40 +0000
commit88b0e39790f118685967dc530311df11b9769aa7 (patch)
treec6d977139280b96ff181d4d025191fe48e8afc52 /docs/manual/mod/mod_cache.html.en
parentf36c486af45c2a776598bec3a9ab1cd158377a1a (diff)
downloadhttpd-88b0e39790f118685967dc530311df11b9769aa7.tar.gz
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.html.en')
-rw-r--r--docs/manual/mod/mod_cache.html.en2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 7e98d0a0cb..4ab1e1f46d 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -89,6 +89,8 @@
&lt;IfModule mod_cache.c&gt;<br />
<span class="indent">
#LoadModule disk_cache_module modules/mod_disk_cache.so<br />
+ # If you want to use mod_disk_cache instead of mod_mem_cache,
+ # uncomment the line above and comment out the LoadModule line below.
&lt;IfModule mod_disk_cache.c&gt;<br />
<span class="indent">
CacheRoot c:/cacheroot<br />