]> granicus.if.org Git - apache/commitdiff
Fix doc as spotted by Mike Matthews in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 24 Apr 2016 17:29:37 +0000 (17:29 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 24 Apr 2016 17:29:37 +0000 (17:29 +0000)
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
docs/manual/mod/mod_ssl.xml
docs/manual/socache.xml

index 0fe67d20c8548e1c03149014a1ba02b73e829fc9..a6d865d52f65af7a64b5848c817a7e0ca34522e6 100644 (file)
@@ -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>
 
index faa43ce13864100ef2f85d7a271b550fbcdc2591..1efd04ec53525eef68a6ee659efbe3bb8b191eec 100644 (file)
@@ -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
index 70daaa261469125090245979b88e43212ffdc293..d0338b8c8e5cdad95741d334bfb01c1339b3d450 100644 (file)
@@ -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>