]> granicus.if.org Git - apache/commitdiff
Fix typo spotted by angeloxx (r1788719 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 26 Mar 2017 11:51:47 +0000 (11:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 26 Mar 2017 11:51:47 +0000 (11:51 +0000)
+ 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

index 3b7c89c6b3ac3598d5990d68456faa7047b090ca..919359188aac0dca96f6c575402d57883d841c6f 100644 (file)
@@ -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;
@@ -62,7 +62,7 @@ CacheSocacheMaxSize 102400
     <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>
@@ -199,7 +199,7 @@ cache</description>
     cache, as opposed to data being served from the cache.</p>
 
     <highlight language="config">
-      CacheReadSize 102400
+      CacheSocacheReadSize 102400
     </highlight>
 </usage>
 </directivesynopsis>