From 70a855191246b31368db07033d760e5408f8e6cf Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 24 Apr 2016 17:29:37 +0000 Subject: [PATCH] Fix doc as spotted by Mike Matthews in online doc Fix link to distcache. http://www.distcache.org/ --> http://distcache.sourceforge.net/ (r1740717 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1740719 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_socache_dc.xml | 4 ++-- docs/manual/mod/mod_ssl.xml | 2 +- docs/manual/socache.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_socache_dc.xml b/docs/manual/mod/mod_socache_dc.xml index 0fe67d20c8..a6d865d52f 100644 --- a/docs/manual/mod/mod_socache_dc.xml +++ b/docs/manual/mod/mod_socache_dc.xml @@ -29,9 +29,9 @@ socache_dc_module -

mod_socache_dc is a shared object cache provider +

mod_socache_dc is a shared object cache provider which provides for creation and access to a cache backed by the - distcache + distcache distributed session caching libraries.

diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index faa43ce138..1efd04ec53 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -503,7 +503,7 @@ The following five storage types are currently supported:

  • dc:UNIX:/path/to/socket

    This makes use of the distcache distributed session + href="http://distcache.sourceforge.net/">distcache distributed session caching libraries. The argument should specify the location of the server or proxy to be used using the distcache address syntax; for example, UNIX:/path/to/socket specifies a UNIX diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml index 70daaa2614..d0338b8c8e 100644 --- a/docs/manual/socache.xml +++ b/docs/manual/socache.xml @@ -51,7 +51,7 @@ The choice of underlying DBM used may be configurable if the installed APR version supports multiple DBM implementations.

    "dc" (mod_socache_dc)
    -
    This makes use of the distcache +
    This makes use of the distcache distributed session caching libraries.
    "memcache" (mod_socache_memcache)
    This makes use of the memcached -- 2.40.0