From 3132ce90bdb17215d4a08b3757bea662ddd5951c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 26 Mar 2017 11:52:41 +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@1788723 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache_socache.html.en | 8 ++++---- docs/manual/mod/mod_cache_socache.xml.fr | 2 +- docs/manual/mod/mod_cache_socache.xml.meta | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_cache_socache.html.en b/docs/manual/mod/mod_cache_socache.html.en index e4c3406603..5d06655d2f 100644 --- a/docs/manual/mod/mod_cache_socache.html.en +++ b/docs/manual/mod/mod_cache_socache.html.en @@ -51,14 +51,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>
@@ -67,7 +67,7 @@ CacheSocacheMaxSize 102400

Note:

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

+ mod_cache_socache.

Directives

@@ -200,7 +200,7 @@ cache

This directive only takes effect when the data is being saved to the cache, as opposed to data being served from the cache.

-
CacheReadSize 102400
+
CacheSocacheReadSize 102400
diff --git a/docs/manual/mod/mod_cache_socache.xml.fr b/docs/manual/mod/mod_cache_socache.xml.fr index c1a4ba8fa9..34eeb84bae 100644 --- a/docs/manual/mod/mod_cache_socache.xml.fr +++ b/docs/manual/mod/mod_cache_socache.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_cache_socache.xml.meta b/docs/manual/mod/mod_cache_socache.xml.meta index dcf2d89954..6b54b885c6 100644 --- a/docs/manual/mod/mod_cache_socache.xml.meta +++ b/docs/manual/mod/mod_cache_socache.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.40.0