summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cache.xml
diff options
context:
space:
mode:
authorNilgun Belma Buguner <nilgun@apache.org>2013-11-22 00:41:45 +0000
committerNilgun Belma Buguner <nilgun@apache.org>2013-11-22 00:41:45 +0000
commitc3653cb85cdcf5669573ecf62eff768da18ad649 (patch)
treecb0f4ece341d788ac783017e7df6e0f8104dd36a /docs/manual/mod/mod_cache.xml
parent82cb5fb099a69a9656376949bcbb5df99aa70dd2 (diff)
downloadhttpd-c3653cb85cdcf5669573ecf62eff768da18ad649.tar.gz
fixed validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1544385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.xml')
-rw-r--r--docs/manual/mod/mod_cache.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml
index a0561cb4c0..dd05e275f7 100644
--- a/docs/manual/mod/mod_cache.xml
+++ b/docs/manual/mod/mod_cache.xml
@@ -162,7 +162,7 @@ LoadModule cache_module modules/mod_cache.so
CacheDirLevels 5
CacheDirLength 3
&lt;/IfModule&gt;
-
+
# When acting as a proxy, don't cache the list of security updates
CacheDisable http://security.update.server/update-list/
&lt;/IfModule&gt;
@@ -344,10 +344,10 @@ CustomLog invalidated-requests.log common env=cache-invalidate
manager</description>
<syntax>CacheEnable <var>cache_type</var> [<var>url-string</var>]</syntax>
<contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context>
+<context>directory</context></contextlist>
<compatibility>A url-string of '/' applied to forward proxy content in 2.2 and
earlier.</compatibility>
-</contextlist>
+
<usage>
<p>The <directive>CacheEnable</directive> directive instructs
@@ -374,7 +374,7 @@ manager</description>
<directive type="section">LocationMatch</directive> sections are processed
before globally defined <directive>CacheEnable</directive> directives.</p>
- <p>When acting as a forward proxy server, <var>url-string</var> must
+ <p>When acting as a forward proxy server, <var>url-string</var> must
minimally begin with a protocol for which caching should be enabled.</p>
<highlight language="config">