diff options
Diffstat (limited to 'docs/manual/mod/mod_cache_disk.html.en')
-rw-r--r-- | docs/manual/mod/mod_cache_disk.html.en | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/docs/manual/mod/mod_cache_disk.html.en b/docs/manual/mod/mod_cache_disk.html.en index 6d2767e5..3c1961c6 100644 --- a/docs/manual/mod/mod_cache_disk.html.en +++ b/docs/manual/mod/mod_cache_disk.html.en @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -157,9 +157,7 @@ cache</td></tr> maximum size, in bytes, for a document to be considered for storage in the cache.</p> - <pre class="prettyprint lang-config"> - CacheMaxFileSize 64000 - </pre> + <pre class="prettyprint lang-config">CacheMaxFileSize 64000</pre> </div> @@ -178,9 +176,7 @@ cache</td></tr> minimum size, in bytes, for a document to be considered for storage in the cache.</p> - <pre class="prettyprint lang-config"> - CacheMinFileSize 64 - </pre> + <pre class="prettyprint lang-config">CacheMinFileSize 64</pre> </div> @@ -206,9 +202,7 @@ cache</td></tr> <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> - <pre class="prettyprint lang-config"> - CacheReadSize 102400 - </pre> + <pre class="prettyprint lang-config">CacheReadSize 102400</pre> </div> @@ -238,9 +232,7 @@ cache</td></tr> ensure that the server does not buffer excessively should data arrive faster than expected.</p> - <pre class="prettyprint lang-config"> - CacheReadTime 1000 - </pre> + <pre class="prettyprint lang-config">CacheReadTime 1000</pre> </div> @@ -261,9 +253,7 @@ stored</td></tr> a configuration file processing error. The <code class="directive"><a href="#cachedirlevels">CacheDirLevels</a></code> and <code class="directive"><a href="#cachedirlength">CacheDirLength</a></code> directives define the structure of the directories under the specified root directory.</p> - <pre class="prettyprint lang-config"> - CacheRoot c:/cacheroot - </pre> + <pre class="prettyprint lang-config">CacheRoot c:/cacheroot</pre> </div> @@ -291,7 +281,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache_disk.h } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |