<pre class="prettyprint lang-config"># Turn on caching
CacheSocache shmcb
CacheSocacheMaxSize 102400
-<Location /foo>
+<Location "/foo">
CacheEnable socache
</Location>
# Fall back to the disk cache
CacheSocache shmcb
CacheSocacheMaxSize 102400
-<Location /foo>
+<Location "/foo">
CacheEnable socache
CacheEnable disk
</Location></pre>
<div class="note"><h3>Note:</h3>
<p><code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code> requires the services of
<code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>, which must be loaded before
- mod_cache_socache.</p>
+ <code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code>.</p>
</div>
</div>
<div id="quickview"><h3 class="directives">Directives</h3>
<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">CacheSocacheReadSize 102400</pre>
</div>
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1659895 -->
+<!-- English Revision: 1659895:1788722 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->