summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2016-04-24 19:20:23 +0200
committerChristophe Jaillet <jailletc36@apache.org>2016-04-24 19:20:23 +0200
commit37c020680d0bfb2366447e64272ed253ae668136 (patch)
treec18054c3ce11982760c38ca49434177e0b731f62 /docs/manual
parentSupport for OpenSSL 1.1.0: (diff)
downloadapache2-37c020680d0bfb2366447e64272ed253ae668136.tar.xz
apache2-37c020680d0bfb2366447e64272ed253ae668136.zip
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
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_socache_dc.xml4
-rw-r--r--docs/manual/mod/mod_ssl.xml2
-rw-r--r--docs/manual/socache.xml2
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 @@
<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>
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 58a1171efc..9dd5a96e5b 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -498,7 +498,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
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.</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>