From 7b1b58c4555273927d8895c3cd348bc090f1b6f7 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 27 Apr 2014 17:03:27 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_socache_memcache.html.en | 5 ++---
docs/manual/mod/mod_socache_memcache.xml | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
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.
--
2.47.3