summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cache.xml
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2002-08-27 21:45:08 +0000
committerErik Abele <erikabele@apache.org>2002-08-27 21:45:08 +0000
commit6132428820a37334c455c5d8f81f7ccac8e9d91c (patch)
tree6934f74d17c737e11bb022efaf83f5eb44327e4e /docs/manual/mod/mod_cache.xml
parentfdbc12515d9fe9031b555c52ea81db389f9eceb9 (diff)
downloadhttpd-6132428820a37334c455c5d8f81f7ccac8e9d91c.tar.gz
Updated doco to conform to Pauls changes in mod_cache.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.xml')
-rw-r--r--docs/manual/mod/mod_cache.xml28
1 files changed, 5 insertions, 23 deletions
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml
index 9ae8c919b7..7501b8c304 100644
--- a/docs/manual/mod/mod_cache.xml
+++ b/docs/manual/mod/mod_cache.xml
@@ -64,13 +64,12 @@
<section><title>Sample Configuration</title>
<example><title>Sample httpd.conf</title>
# <br />
-# Sample Cache Configuration <br />
+# Sample Cache Configuration <br />
# <br />
-LoadModule cache_module modules/mod_cache.so <br />
-&lt;IfModule mod_cache.c&gt;<br />
- CacheOn On<br />
-<p />
- #LoadModule disk_cache_module modules/mod_disk_cache.so <br />
+LoadModule cache_module modules/mod_cache.so <br />
+&lt;IfModule mod_cache.c&gt; <br />
+<br />
+#LoadModule disk_cache_module modules/mod_disk_cache.so <br />
&lt;IfModule mod_disk_cache.c&gt; <br />
CacheRoot c:/cacheroot <br />
CacheSize 256 <br />
@@ -93,23 +92,6 @@ LoadModule cache_module modules/mod_cache.so <br />
</section>
<directivesynopsis>
-<name>CacheOn</name>
-<description></description>
-<syntax>CacheOn</syntax>
-<contextlist><context>server config</context></contextlist>
-
-<usage>
- <p>
- </p>
-
-
-<example>
- CacheOn
-</example>
-</usage>
-</directivesynopsis>
-
-<directivesynopsis>
<name>CacheEnable</name>
<description>Enable caching specified URLs in a specified storage manager</description>
<syntax>CacheEnable <em>cache_type </em><em> url-string</em></syntax>