Commit bd7411aa authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

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
parent afb1959e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@
<identifier>socache_dc_module</identifier>

<summary>
    <p><code>mod_socache_dc</code> is a shared object cache provider
    <p><module>mod_socache_dc</module> is a shared object cache provider
    which provides for creation and access to a cache backed by the
    <a href="http://www.distcache.org/">distcache</a>
    <a href="http://distcache.sourceforge.net/">distcache</a>
    distributed session caching libraries.
    </p>

+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ The following five storage <em>type</em>s are currently supported:</p>
<li><code>dc:UNIX:/path/to/socket</code>

    <p>This makes use of the <a
    href="http://www.distcache.org/">distcache</a> distributed session
    href="http://distcache.sourceforge.net/">distcache</a> 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, <code>UNIX:/path/to/socket</code> specifies a UNIX
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
     The choice of underlying DBM used may be configurable
     if the installed APR version supports multiple DBM implementations.</dd>
    <dt>"dc" (<module>mod_socache_dc</module>)</dt>
    <dd>This makes use of the <a href="http://www.distcache.org/">distcache</a>
    <dd>This makes use of the <a href="http://distcache.sourceforge.net/">distcache</a>
    distributed session caching libraries.</dd>
    <dt>"memcache" (<module>mod_socache_memcache</module>)</dt>
    <dd>This makes use of the <a href="http://memcached.org/">memcached</a>