summaryrefslogtreecommitdiffstats
path: root/docs/manual/caching.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-26 16:43:33 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-26 16:43:33 +0200
commit74e009ce0a1fda0fd56efb8a573beeece725f810 (patch)
tree9b0601a33881aafe525ac43fed28cd120b8b9a94 /docs/manual/caching.xml
parentsyntax for misc/ and platform/ (diff)
downloadapache2-74e009ce0a1fda0fd56efb8a573beeece725f810.tar.xz
apache2-74e009ce0a1fda0fd56efb8a573beeece725f810.zip
Syntax for files in /
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.xml')
-rw-r--r--docs/manual/caching.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml
index 66c0055692..ab7372c41b 100644
--- a/docs/manual/caching.xml
+++ b/docs/manual/caching.xml
@@ -430,12 +430,12 @@ Vary: negotiate,accept-language,accept-charset
<p>Typically the module will be configured as so;</p>
- <example>
-CacheRoot /var/cache/apache/<br />
-CacheEnable disk /<br />
-CacheDirLevels 2<br />
+ <highlight language="config">
+CacheRoot "/var/cache/apache/"
+CacheEnable disk /
+CacheDirLevels 2
CacheDirLength 1
- </example>
+ </highlight>
<p>Importantly, as the cached files are locally stored, operating system
in-memory caching will typically be applied to their access also. So