summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cache_disk.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-26 16:55:17 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-04-26 16:55:17 +0000
commitc8f77a58d9be95c6f36e422723e52b30d9f8f03a (patch)
tree5046b476f866ce0ac36e975cd714676bc1a2575a /docs/manual/mod/mod_cache_disk.xml
parentf19a6132697910d74a4cebc0c41caed08fcbc5ce (diff)
downloadhttpd-c8f77a58d9be95c6f36e422723e52b30d9f8f03a.tar.gz
syntax for mod_b*.xml and mod_c*.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache_disk.xml')
-rw-r--r--docs/manual/mod/mod_cache_disk.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/manual/mod/mod_cache_disk.xml b/docs/manual/mod/mod_cache_disk.xml
index 67c84e9d43..69a65e724d 100644
--- a/docs/manual/mod/mod_cache_disk.xml
+++ b/docs/manual/mod/mod_cache_disk.xml
@@ -89,9 +89,9 @@ stored</description>
module="mod_cache_disk">CacheDirLength</directive> directives define
the structure of the directories under the specified root directory.</p>
- <example>
+ <highlight language="config">
CacheRoot c:/cacheroot
- </example>
+ </highlight>
</usage>
</directivesynopsis>
@@ -167,9 +167,9 @@ cache</description>
minimum size, in bytes, for a document to be considered for storage
in the cache.</p>
- <example>
+ <highlight language="config">
CacheMinFileSize 64
- </example>
+ </highlight>
</usage>
</directivesynopsis>
@@ -190,9 +190,9 @@ cache</description>
maximum size, in bytes, for a document to be considered for storage in
the cache.</p>
- <example>
+ <highlight language="config">
CacheMaxFileSize 64000
- </example>
+ </highlight>
</usage>
</directivesynopsis>
@@ -220,9 +220,9 @@ cache</description>
<p>This directive only takes effect when the data is being saved to the
cache, as opposed to data being served from the cache.</p>
- <example>
+ <highlight language="config">
CacheReadSize 102400
- </example>
+ </highlight>
</usage>
</directivesynopsis>
@@ -254,9 +254,9 @@ cache</description>
ensure that the server does not buffer excessively should data arrive faster
than expected.</p>
- <example>
+ <highlight language="config">
CacheReadTime 1000
- </example>
+ </highlight>
</usage>
</directivesynopsis>