From: Christophe Jaillet
Date: Sun, 27 Apr 2014 17:01:13 +0000 (+0000)
Subject: Correct port number in example as spoted in comment in online doc
X-Git-Tag: 2.4.10~285
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf2646e2c8049d753ec47fd9b9a0fd8909bd2718;p=apache
Correct port number in example as spoted in comment in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590420 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_socache_memcache.html.en b/docs/manual/mod/mod_socache_memcache.html.en
index 70854e05e9..10e96108e3 100644
--- a/docs/manual/mod/mod_socache_memcache.html.en
+++ b/docs/manual/mod/mod_socache_memcache.html.en
@@ -46,9 +46,8 @@
SSLSessionCache
), provide
the list of servers as the optional "arg" parameter.
-
- SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
-
+ SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:12345
+
Details of other shared object cache providers can be found
here.
diff --git a/docs/manual/mod/mod_socache_memcache.xml b/docs/manual/mod/mod_socache_memcache.xml
index f195343bd1..49f4cda061 100644
--- a/docs/manual/mod/mod_socache_memcache.xml
+++ b/docs/manual/mod/mod_socache_memcache.xml
@@ -42,9 +42,9 @@
SSLSessionCache), provide
the list of servers as the optional "arg" parameter.
-
- SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
-
+
+ SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:12345
+
Details of other shared object cache providers can be found
here.