From 692378224237cf0cc9baeb3474d2b4429c27e19f Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 26 Mar 2017 11:51:47 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_cache_socache.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/mod/mod_cache_socache.xml b/docs/manual/mod/mod_cache_socache.xml
index 3b7c89c6b3a..919359188aa 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
--
2.47.3