summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cache_socache.xml
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2015-04-15 17:46:53 +0000
committerKen Coar <coar@apache.org>2015-04-15 17:46:53 +0000
commit57ef10245b3cf962dcbe40d205d94c241bed7f0e (patch)
tree596b4aacaa742456ddd5a457f712481ae85dffc2 /docs/manual/mod/mod_cache_socache.xml
parentbde73e543b8457c707afcc7721fd89cd889bce37 (diff)
downloadhttpd-57ef10245b3cf962dcbe40d205d94c241bed7f0e.tar.gz
Enclose parameters in quotation marks for <{Files,Directory,Location}{,Match}>
containers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache_socache.xml')
-rw-r--r--docs/manual/mod/mod_cache_socache.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_cache_socache.xml b/docs/manual/mod/mod_cache_socache.xml
index 3b7c89c6b3..7fa72bc35e 100644
--- a/docs/manual/mod/mod_cache_socache.xml
+++ b/docs/manual/mod/mod_cache_socache.xml
@@ -46,14 +46,14 @@ HTTP caching filter.</description>
# Turn on caching
CacheSocache shmcb
CacheSocacheMaxSize 102400
-&lt;Location /foo&gt;
+&lt;Location "/foo"&gt;
CacheEnable socache
&lt;/Location&gt;
# Fall back to the disk cache
CacheSocache shmcb
CacheSocacheMaxSize 102400
-&lt;Location /foo&gt;
+&lt;Location "/foo"&gt;
CacheEnable socache
CacheEnable disk
&lt;/Location&gt;