# 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>
<note><title>Note:</title>
<p><module>mod_cache_socache</module> requires the services of
<module>mod_cache</module>, which must be loaded before
- mod_cache_socache.</p>
+ <module>mod_cache_socache</module>.</p>
</note>
</summary>
<seealso><module>mod_cache</module></seealso>
cache, as opposed to data being served from the cache.</p>
<highlight language="config">
- CacheReadSize 102400
+ CacheSocacheReadSize 102400
</highlight>
</usage>
</directivesynopsis>