diff options
author | Rich Bowen <rbowen@apache.org> | 2012-04-26 16:57:35 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-04-26 16:57:35 +0200 |
commit | 2e5d9d52e1b8e219329c84eea0313d14b7fd5a5c (patch) | |
tree | 6b77c732b713094f1d1c3dc7929fcec938777891 /docs/manual/caching.html.en | |
parent | Syntax for files in / (diff) | |
download | apache2-2e5d9d52e1b8e219329c84eea0313d14b7fd5a5c.tar.xz apache2-2e5d9d52e1b8e219329c84eea0313d14b7fd5a5c.zip |
Rebuild Humbedooh's changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.html.en')
-rw-r--r-- | docs/manual/caching.html.en | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 1902df4483..154912dec2 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -421,12 +421,13 @@ Vary: negotiate,accept-language,accept-charset <p>Typically the module will be configured as so;</p> - <div class="example"><p><code> -CacheRoot /var/cache/apache/<br /> -CacheEnable disk /<br /> -CacheDirLevels 2<br /> + <pre class="prettyprint lang-config"> +CacheRoot "/var/cache/apache/" +CacheEnable disk / +CacheDirLevels 2 CacheDirLength 1 - </code></p></div> + </pre> + <p>Importantly, as the cached files are locally stored, operating system in-memory caching will typically be applied to their access also. So |