diff options
author | Tony Stevenson <pctony@apache.org> | 2009-06-17 13:40:52 +0200 |
---|---|---|
committer | Tony Stevenson <pctony@apache.org> | 2009-06-17 13:40:52 +0200 |
commit | 19608c7e3f920cedd873fad0a26d778d8aefb030 (patch) | |
tree | fdf126440a7ee1e9f36a8b409d562eb1177b4c62 /docs/manual/mod/mod_cache.html.en | |
parent | One small typo. (diff) | |
download | apache2-19608c7e3f920cedd873fad0a26d778d8aefb030.tar.xz apache2-19608c7e3f920cedd873fad0a26d778d8aefb030.zip |
Broken directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@785561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.html.en')
-rw-r--r-- | docs/manual/mod/mod_cache.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 2088eb7948..28f7bad43c 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -214,8 +214,8 @@ manager</td></tr> <p>Ordinarily, requests containing a Cache-Control: no-cache or Pragma: no-cache header value will not be served from the cache. The <code class="directive">CacheIgnoreCacheControl</code> directive allows this - behavior to be overridden. <code class="directive">CacheIgnoreCacheControl</code> - On tells the server to attempt to serve the resource from the cache even + behavior to be overridden. <code class="directive">CacheIgnoreCacheControl On</code> + tells the server to attempt to serve the resource from the cache even if the request contains no-cache header values. Resources requiring authorization will <em>never</em> be cached.</p> |