From: Christophe Jaillet Date: Sun, 24 Apr 2016 17:20:23 +0000 (+0000) Subject: Fix doc as spotted by Mike Matthews in online doc X-Git-Tag: 2.5.0-alpha~1718 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37c020680d0bfb2366447e64272ed253ae668136;p=thirdparty%2Fapache%2Fhttpd.git Fix doc as spotted by Mike Matthews in online doc Fix link to distcache. http://www.distcache.org/ --> http://distcache.sourceforge.net/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740717 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_socache_dc.xml b/docs/manual/mod/mod_socache_dc.xml index 0fe67d20c85..a6d865d52f6 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 58a1171efc8..9dd5a96e5bc 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -498,7 +498,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 70daaa26146..d0338b8c8e5 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