From: Christophe Jaillet Date: Sun, 26 Mar 2017 11:51:47 +0000 (+0000) Subject: Fix typo spotted by angeloxx (r1788719 in trunk) X-Git-Tag: 2.4.26~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=692378224237cf0cc9baeb3474d2b4429c27e19f;p=apache Fix typo spotted by angeloxx (r1788719 in trunk) + synch with trunk to improve syntax highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1788722 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache_socache.xml b/docs/manual/mod/mod_cache_socache.xml index 3b7c89c6b3..919359188a 100644 --- a/docs/manual/mod/mod_cache_socache.xml +++ b/docs/manual/mod/mod_cache_socache.xml @@ -46,14 +46,14 @@ HTTP caching filter. # 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> @@ -62,7 +62,7 @@ CacheSocacheMaxSize 102400 Note:

mod_cache_socache requires the services of mod_cache, which must be loaded before - mod_cache_socache.

+ mod_cache_socache.

mod_cache @@ -199,7 +199,7 @@ cache cache, as opposed to data being served from the cache.

- CacheReadSize 102400 + CacheSocacheReadSize 102400