From: Christophe Jaillet
Date: Sun, 27 Apr 2014 17:03:27 +0000 (+0000)
Subject: Correct port number in example as spoted in comment in online doc
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b1b58c4555273927d8895c3cd348bc090f1b6f7;p=thirdparty%2Fapache%2Fhttpd.git
Correct port number in example as spoted in comment in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1590421 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 e559778ccb5..3839054af29 100644
--- a/docs/manual/mod/mod_socache_memcache.html.en
+++ b/docs/manual/mod/mod_socache_memcache.html.en
@@ -45,9 +45,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 f195343bd1f..49f4cda0615 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.