From cf2646e2c8049d753ec47fd9b9a0fd8909bd2718 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 27 Apr 2014 17:01:13 +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/branches/2.4.x@1590420 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 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. -- 2.50.1