summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-06 14:59:04 +0000
committerGraham Leggett <minfrin@apache.org>2011-12-06 14:59:04 +0000
commitd6d1e241b18159cd6a81c8980becc6ff52415918 (patch)
tree850f487871d5270990db3f76c63563f0f8d46064 /docs/manual
parent3152e36711e37894361a8658bddd86187ac20cae (diff)
downloadhttpd-d6d1e241b18159cd6a81c8980becc6ff52415918.tar.gz
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/allmodules.xml.de4
-rw-r--r--docs/manual/mod/allmodules.xml.es4
-rw-r--r--docs/manual/mod/allmodules.xml.fr4
-rw-r--r--docs/manual/mod/allmodules.xml.ja4
-rw-r--r--docs/manual/mod/allmodules.xml.ko4
-rw-r--r--docs/manual/mod/allmodules.xml.tr4
-rw-r--r--docs/manual/mod/allmodules.xml.zh-cn4
-rw-r--r--docs/manual/mod/index.html.en4
-rw-r--r--docs/manual/mod/mod_socache_dbm.html5
-rw-r--r--docs/manual/mod/mod_socache_dbm.html.en57
-rw-r--r--docs/manual/mod/mod_socache_dbm.xml.meta12
-rw-r--r--docs/manual/mod/mod_socache_dc.html5
-rw-r--r--docs/manual/mod/mod_socache_dc.html.en54
-rw-r--r--docs/manual/mod/mod_socache_dc.xml.meta12
-rw-r--r--docs/manual/mod/mod_socache_memcache.html5
-rw-r--r--docs/manual/mod/mod_socache_memcache.html.en54
-rw-r--r--docs/manual/mod/mod_socache_memcache.xml.meta12
-rw-r--r--docs/manual/mod/mod_socache_shmcb.html5
-rw-r--r--docs/manual/mod/mod_socache_shmcb.html.en57
-rw-r--r--docs/manual/mod/mod_socache_shmcb.xml.meta12
-rw-r--r--docs/manual/mod/mod_ssl.html.en4
-rw-r--r--docs/manual/sitemap.html.en4
-rw-r--r--docs/manual/socache.html.en59
23 files changed, 383 insertions, 6 deletions
diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de
index 2a098de01e..bd204e8247 100644
--- a/docs/manual/mod/allmodules.xml.de
+++ b/docs/manual/mod/allmodules.xml.de
@@ -98,6 +98,10 @@
<modulefile>mod_slotmem_plain.xml</modulefile>
<modulefile>mod_slotmem_shm.xml</modulefile>
<modulefile>mod_so.xml</modulefile>
+ <modulefile>mod_socache_dbm.xml</modulefile>
+ <modulefile>mod_socache_dc.xml</modulefile>
+ <modulefile>mod_socache_memcache.xml</modulefile>
+ <modulefile>mod_socache_shmcb.xml</modulefile>
<modulefile>mod_speling.xml</modulefile>
<modulefile>mod_ssl.xml</modulefile>
<modulefile>mod_status.xml</modulefile>
diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es
index 2920fd5e6d..ff7038cb65 100644
--- a/docs/manual/mod/allmodules.xml.es
+++ b/docs/manual/mod/allmodules.xml.es
@@ -98,6 +98,10 @@
<modulefile>mod_slotmem_plain.xml</modulefile>
<modulefile>mod_slotmem_shm.xml</modulefile>
<modulefile>mod_so.xml</modulefile>
+ <modulefile>mod_socache_dbm.xml</modulefile>
+ <modulefile>mod_socache_dc.xml</modulefile>
+ <modulefile>mod_socache_memcache.xml</modulefile>
+ <modulefile>mod_socache_shmcb.xml</modulefile>
<modulefile>mod_speling.xml</modulefile>
<modulefile>mod_ssl.xml</modulefile>
<modulefile>mod_status.xml</modulefile>
diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr
index 0a138b9c61..1732a41583 100644
--- a/docs/manual/mod/allmodules.xml.fr
+++ b/docs/manual/mod/allmodules.xml.fr
@@ -98,6 +98,10 @@
<modulefile>mod_slotmem_plain.xml</modulefile>
<modulefile>mod_slotmem_shm.xml</modulefile>
<modulefile>mod_so.xml.fr</modulefile>
+ <modulefile>mod_socache_dbm.xml</modulefile>
+ <modulefile>mod_socache_dc.xml</modulefile>
+ <modulefile>mod_socache_memcache.xml</modulefile>
+ <modulefile>mod_socache_shmcb.xml</modulefile>
<modulefile>mod_speling.xml</modulefile>
<modulefile>mod_ssl.xml</modulefile>
<modulefile>mod_status.xml.fr</modulefile>
diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja
index df86179ac1..ff21f6691f 100644
--- a/docs/manual/mod/allmodules.xml.ja
+++ b/docs/manual/mod/allmodules.xml.ja
@@ -98,6 +98,10 @@
<modulefile>mod_slotmem_plain.xml</modulefile>
<modulefile>mod_slotmem_shm.xml</modulefile>
<modulefile>mod_so.xml.ja</modulefile>
+ <modulefile>mod_socache_dbm.xml</modulefile>
+ <modulefile>mod_socache_dc.xml</modulefile>
+ <modulefile>mod_socache_memcache.xml</modulefile>
+ <modulefile>mod_socache_shmcb.xml</modulefile>
<modulefile>mod_speling.xml.ja</modulefile>
<modulefile>mod_ssl.xml</modulefile>
<modulefile>mod_status.xml.ja</modulefile>
diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko
index b2d25a434b..714c673617 100644
--- a/docs/manual/mod/allmodules.xml.ko
+++ b/docs/manual/mod/allmodules.xml.ko
@@ -98,6 +98,10 @@
<modulefile>mod_slotmem_plain.xml</modulefile>
<modulefile>mod_slotmem_shm.xml</modulefile>
<modulefile>mod_so.xml.ko</modulefile>
+ <modulefile>mod_socache_dbm.xml</modulefile>
+ <modulefile>mod_socache_dc.xml</modulefile>
+ <modulefile>mod_socache_memcache.xml</modulefile>
+ <modulefile>mod_socache_shmcb.xml</modulefile>
<modulefile>mod_speling.xml.ko</modulefile>
<modulefile>mod_ssl.xml</modulefile>
<modulefile>mod_status.xml.ko</modulefile>
diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr
index 7bc052e74b..941fcc54ba 100644
--- a/docs/manual/mod/allmodules.xml.tr
+++ b/docs/manual/mod/allmodules.xml.tr
@@ -98,6 +98,10 @@
<modulefile>mod_slotmem_plain.xml</modulefile>
<modulefile>mod_slotmem_shm.xml</modulefile>
<modulefile>mod_so.xml.tr</modulefile>
+ <modulefile>mod_socache_dbm.xml</modulefile>
+ <modulefile>mod_socache_dc.xml</modulefile>
+ <modulefile>mod_socache_memcache.xml</modulefile>
+ <modulefile>mod_socache_shmcb.xml</modulefile>
<modulefile>mod_speling.xml</modulefile>
<modulefile>mod_ssl.xml</modulefile>
<modulefile>mod_status.xml.tr</modulefile>
diff --git a/docs/manual/mod/allmodules.xml.zh-cn b/docs/manual/mod/allmodules.xml.zh-cn
index f519531048..2e0706ca80 100644
--- a/docs/manual/mod/allmodules.xml.zh-cn
+++ b/docs/manual/mod/allmodules.xml.zh-cn
@@ -98,6 +98,10 @@
<modulefile>mod_slotmem_plain.xml</modulefile>
<modulefile>mod_slotmem_shm.xml</modulefile>
<modulefile>mod_so.xml</modulefile>
+ <modulefile>mod_socache_dbm.xml</modulefile>
+ <modulefile>mod_socache_dc.xml</modulefile>
+ <modulefile>mod_socache_memcache.xml</modulefile>
+ <modulefile>mod_socache_shmcb.xml</modulefile>
<modulefile>mod_speling.xml</modulefile>
<modulefile>mod_ssl.xml</modulefile>
<modulefile>mod_status.xml</modulefile>
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en
index a9c634c2da..57e6066243 100644
--- a/docs/manual/mod/index.html.en
+++ b/docs/manual/mod/index.html.en
@@ -205,6 +205,10 @@ on characteristics of the request</dd>
<dt><a href="mod_slotmem_shm.html">mod_slotmem_shm</a></dt><dd>Slot-based shared memory provider.</dd>
<dt><a href="mod_so.html">mod_so</a></dt><dd>Loading of executable code and
modules into the server at start-up or restart time</dd>
+<dt><a href="mod_socache_dbm.html">mod_socache_dbm</a></dt><dd>DBM based shared object cache provider.</dd>
+<dt><a href="mod_socache_dc.html">mod_socache_dc</a></dt><dd>Distcache based shared object cache provider.</dd>
+<dt><a href="mod_socache_memcache.html">mod_socache_memcache</a></dt><dd>Memcache based shared object cache provider.</dd>
+<dt><a href="mod_socache_shmcb.html">mod_socache_shmcb</a></dt><dd>shmcb based shared object cache provider.</dd>
<dt><a href="mod_speling.html">mod_speling</a></dt><dd>Attempts to correct mistaken URLs by ignoring
capitalization, or attempting to correct various minor
misspellings.</dd>
diff --git a/docs/manual/mod/mod_socache_dbm.html b/docs/manual/mod/mod_socache_dbm.html
new file mode 100644
index 0000000000..7f8f449bb6
--- /dev/null
+++ b/docs/manual/mod/mod_socache_dbm.html
@@ -0,0 +1,5 @@
+# GENERATED FROM XML -- DO NOT EDIT
+
+URI: mod_socache_dbm.html.en
+Content-Language: en
+Content-type: text/html; charset=ISO-8859-1
diff --git a/docs/manual/mod/mod_socache_dbm.html.en b/docs/manual/mod/mod_socache_dbm.html.en
new file mode 100644
index 0000000000..c505fd910d
--- /dev/null
+++ b/docs/manual/mod/mod_socache_dbm.html.en
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ This file is generated from xml source: DO NOT EDIT
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -->
+<title>mod_socache_dbm - Apache HTTP Server</title>
+<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
+<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
+<link href="../images/favicon.ico" rel="shortcut icon" /></head>
+<body>
+<div id="page-header">
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
+<p class="apache">Apache HTTP Server Version 2.4</p>
+<img alt="" src="../images/feather.gif" /></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div id="path">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">Modules</a></div>
+<div id="page-content">
+<div id="preamble"><h1>Apache Module mod_socache_dbm</h1>
+<div class="toplang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_dbm.html" title="English">&nbsp;en&nbsp;</a></p>
+</div>
+<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>DBM based shared object cache provider.</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_dbm_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_dbm.c</td></tr></table>
+<h3>Summary</h3>
+
+ <p><code>mod_socache_dbm</code> is a shared object cache provider
+ which provides for creation and access to a cache backed by a
+ DBM database.
+ </p>
+
+ <div class="example"><p><code>
+ dbm:/path/to/datafile
+ </code></p></div>
+
+ <p>Details of other shared object cache providers can be found
+ <a href="../socache.html">here</a>.
+ </p>
+
+</div>
+<div id="quickview"><h3 class="directives">Directives</h3>
+<p>This module provides no
+ directives.</p>
+</div>
+
+</div>
+<div class="bottomlang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_dbm.html" title="English">&nbsp;en&nbsp;</a></p>
+</div><div id="footer">
+<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
+</body></html> \ No newline at end of file
diff --git a/docs/manual/mod/mod_socache_dbm.xml.meta b/docs/manual/mod/mod_socache_dbm.xml.meta
new file mode 100644
index 0000000000..036b390f96
--- /dev/null
+++ b/docs/manual/mod/mod_socache_dbm.xml.meta
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- GENERATED FROM XML: DO NOT EDIT -->
+
+<metafile reference="mod_socache_dbm.xml">
+ <basename>mod_socache_dbm</basename>
+ <path>/mod/</path>
+ <relpath>..</relpath>
+
+ <variants>
+ <variant>en</variant>
+ </variants>
+</metafile>
diff --git a/docs/manual/mod/mod_socache_dc.html b/docs/manual/mod/mod_socache_dc.html
new file mode 100644
index 0000000000..e898ee2a03
--- /dev/null
+++ b/docs/manual/mod/mod_socache_dc.html
@@ -0,0 +1,5 @@
+# GENERATED FROM XML -- DO NOT EDIT
+
+URI: mod_socache_dc.html.en
+Content-Language: en
+Content-type: text/html; charset=ISO-8859-1
diff --git a/docs/manual/mod/mod_socache_dc.html.en b/docs/manual/mod/mod_socache_dc.html.en
new file mode 100644
index 0000000000..62c4132f2e
--- /dev/null
+++ b/docs/manual/mod/mod_socache_dc.html.en
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ This file is generated from xml source: DO NOT EDIT
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -->
+<title>mod_socache_dc - Apache HTTP Server</title>
+<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
+<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
+<link href="../images/favicon.ico" rel="shortcut icon" /></head>
+<body>
+<div id="page-header">
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
+<p class="apache">Apache HTTP Server Version 2.4</p>
+<img alt="" src="../images/feather.gif" /></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div id="path">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">Modules</a></div>
+<div id="page-content">
+<div id="preamble"><h1>Apache Module mod_socache_dc</h1>
+<div class="toplang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_dc.html" title="English">&nbsp;en&nbsp;</a></p>
+</div>
+<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Distcache based shared object cache provider.</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_dc_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_dc.c</td></tr></table>
+<h3>Summary</h3>
+
+ <p><code>mod_socache_dc</code> 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>
+ distributed session caching libraries.
+ </p>
+
+ <p>Details of other shared object cache providers can be found
+ <a href="../socache.html">here</a>.
+ </p>
+
+</div>
+<div id="quickview"><h3 class="directives">Directives</h3>
+<p>This module provides no
+ directives.</p>
+</div>
+
+</div>
+<div class="bottomlang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_dc.html" title="English">&nbsp;en&nbsp;</a></p>
+</div><div id="footer">
+<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
+</body></html> \ No newline at end of file
diff --git a/docs/manual/mod/mod_socache_dc.xml.meta b/docs/manual/mod/mod_socache_dc.xml.meta
new file mode 100644
index 0000000000..78c76b73a6
--- /dev/null
+++ b/docs/manual/mod/mod_socache_dc.xml.meta
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- GENERATED FROM XML: DO NOT EDIT -->
+
+<metafile reference="mod_socache_dc.xml">
+ <basename>mod_socache_dc</basename>
+ <path>/mod/</path>
+ <relpath>..</relpath>
+
+ <variants>
+ <variant>en</variant>
+ </variants>
+</metafile>
diff --git a/docs/manual/mod/mod_socache_memcache.html b/docs/manual/mod/mod_socache_memcache.html
new file mode 100644
index 0000000000..10fd3e2026
--- /dev/null
+++ b/docs/manual/mod/mod_socache_memcache.html
@@ -0,0 +1,5 @@
+# GENERATED FROM XML -- DO NOT EDIT
+
+URI: mod_socache_memcache.html.en
+Content-Language: en
+Content-type: text/html; charset=ISO-8859-1
diff --git a/docs/manual/mod/mod_socache_memcache.html.en b/docs/manual/mod/mod_socache_memcache.html.en
new file mode 100644
index 0000000000..92e206fddf
--- /dev/null
+++ b/docs/manual/mod/mod_socache_memcache.html.en
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ This file is generated from xml source: DO NOT EDIT
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -->
+<title>mod_socache_memcache - Apache HTTP Server</title>
+<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
+<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
+<link href="../images/favicon.ico" rel="shortcut icon" /></head>
+<body>
+<div id="page-header">
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
+<p class="apache">Apache HTTP Server Version 2.5</p>
+<img alt="" src="../images/feather.gif" /></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div id="path">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Modules</a></div>
+<div id="page-content">
+<div id="preamble"><h1>Apache Module mod_socache_memcache</h1>
+<div class="toplang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_memcache.html" title="English">&nbsp;en&nbsp;</a></p>
+</div>
+<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Memcache based shared object cache provider.</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_memcache_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_memcache.c</td></tr></table>
+<h3>Summary</h3>
+
+ <p><code>mod_socache_memcache</code> is a shared object cache provider
+ which provides for creation and access to a cache backed by the
+ <a href="http://memcached.org/">memcached</a>
+ high-performance, distributed memory object caching system.
+ </p>
+
+ <p>Details of other shared object cache providers can be found
+ <a href="../socache.html">here</a>.
+ </p>
+
+</div>
+<div id="quickview"><h3 class="directives">Directives</h3>
+<p>This module provides no
+ directives.</p>
+</div>
+
+</div>
+<div class="bottomlang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_memcache.html" title="English">&nbsp;en&nbsp;</a></p>
+</div><div id="footer">
+<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
+</body></html> \ No newline at end of file
diff --git a/docs/manual/mod/mod_socache_memcache.xml.meta b/docs/manual/mod/mod_socache_memcache.xml.meta
new file mode 100644
index 0000000000..39453809ee
--- /dev/null
+++ b/docs/manual/mod/mod_socache_memcache.xml.meta
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- GENERATED FROM XML: DO NOT EDIT -->
+
+<metafile reference="mod_socache_memcache.xml">
+ <basename>mod_socache_memcache</basename>
+ <path>/mod/</path>
+ <relpath>..</relpath>
+
+ <variants>
+ <variant>en</variant>
+ </variants>
+</metafile>
diff --git a/docs/manual/mod/mod_socache_shmcb.html b/docs/manual/mod/mod_socache_shmcb.html
new file mode 100644
index 0000000000..01249eb4f0
--- /dev/null
+++ b/docs/manual/mod/mod_socache_shmcb.html
@@ -0,0 +1,5 @@
+# GENERATED FROM XML -- DO NOT EDIT
+
+URI: mod_socache_shmcb.html.en
+Content-Language: en
+Content-type: text/html; charset=ISO-8859-1
diff --git a/docs/manual/mod/mod_socache_shmcb.html.en b/docs/manual/mod/mod_socache_shmcb.html.en
new file mode 100644
index 0000000000..221d89b87b
--- /dev/null
+++ b/docs/manual/mod/mod_socache_shmcb.html.en
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ This file is generated from xml source: DO NOT EDIT
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -->
+<title>mod_socache_shmcb - Apache HTTP Server</title>
+<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
+<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
+<link href="../images/favicon.ico" rel="shortcut icon" /></head>
+<body>
+<div id="page-header">
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
+<p class="apache">Apache HTTP Server Version 2.5</p>
+<img alt="" src="../images/feather.gif" /></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div id="path">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Modules</a></div>
+<div id="page-content">
+<div id="preamble"><h1>Apache Module mod_socache_shmcb</h1>
+<div class="toplang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_shmcb.html" title="English">&nbsp;en&nbsp;</a></p>
+</div>
+<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>shmcb based shared object cache provider.</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_shmcb_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_shmcb.c</td></tr></table>
+<h3>Summary</h3>
+
+ <p><code>mod_socache_shmcb</code> is a shared object cache provider
+ which provides for creation and access to a cache backed by a
+ high-performance cyclic buffer inside a shared memory segment.
+ </p>
+
+ <div class="example"><p><code>
+ shmcb:/path/to/datafile(512000)
+ </code></p></div>
+
+ <p>Details of other shared object cache providers can be found
+ <a href="../socache.html">here</a>.
+ </p>
+
+</div>
+<div id="quickview"><h3 class="directives">Directives</h3>
+<p>This module provides no
+ directives.</p>
+</div>
+
+</div>
+<div class="bottomlang">
+<p><span>Available Languages: </span><a href="../en/mod/mod_socache_shmcb.html" title="English">&nbsp;en&nbsp;</a></p>
+</div><div id="footer">
+<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
+</body></html> \ No newline at end of file
diff --git a/docs/manual/mod/mod_socache_shmcb.xml.meta b/docs/manual/mod/mod_socache_shmcb.xml.meta
new file mode 100644
index 0000000000..087e266715
--- /dev/null
+++ b/docs/manual/mod/mod_socache_shmcb.xml.meta
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- GENERATED FROM XML: DO NOT EDIT -->
+
+<metafile reference="mod_socache_shmcb.xml">
+ <basename>mod_socache_shmcb</basename>
+ <path>/mod/</path>
+ <relpath>..</relpath>
+
+ <variants>
+ <variant>en</variant>
+ </variants>
+</metafile>
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 8550913ab0..dccdd47893 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1931,7 +1931,7 @@ The following five storage <em>type</em>s are currently supported:</p>
processes. This session cache may suffer reliability issues under
high load.</p></li>
-<li><code>shm:/path/to/datafile</code>[<code>(</code><em>size</em><code>)</code>]
+<li><code>shmcb:/path/to/datafile</code>[<code>(</code><em>size</em><code>)</code>]
<p>This makes use of a high-performance cyclic buffer
(approx. <em>size</em> bytes in size) inside a shared memory
@@ -1953,7 +1953,7 @@ The following five storage <em>type</em>s are currently supported:</p>
<div class="example"><h3>Examples</h3><p><code>
SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data<br />
-SSLSessionCache shm:/usr/local/apache/logs/ssl_gcache_data(512000)
+SSLSessionCache shmcb:/usr/local/apache/logs/ssl_gcache_data(512000)
</code></p></div>
<p>The <code>ssl-cache</code> mutex is used to serialize access to
diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en
index 9bffa74145..8a0ad88030 100644
--- a/docs/manual/sitemap.html.en
+++ b/docs/manual/sitemap.html.en
@@ -265,6 +265,10 @@ Server on HPUX</a></li>
<li><a href="mod/mod_slotmem_plain.html">Apache Module mod_slotmem_plain</a></li>
<li><a href="mod/mod_slotmem_shm.html">Apache Module mod_slotmem_shm</a></li>
<li><a href="mod/mod_so.html">Apache Module mod_so</a></li>
+<li><a href="mod/mod_socache_dbm.html">Apache Module mod_socache_dbm</a></li>
+<li><a href="mod/mod_socache_dc.html">Apache Module mod_socache_dc</a></li>
+<li><a href="mod/mod_socache_memcache.html">Apache Module mod_socache_memcache</a></li>
+<li><a href="mod/mod_socache_shmcb.html">Apache Module mod_socache_shmcb</a></li>
<li><a href="mod/mod_speling.html">Apache Module mod_speling</a></li>
<li><a href="mod/mod_ssl.html">Apache Module mod_ssl</a></li>
<li><a href="mod/mod_status.html">Apache Module mod_status</a></li>
diff --git a/docs/manual/socache.html.en b/docs/manual/socache.html.en
index 0ee09a6168..75cd6b307a 100644
--- a/docs/manual/socache.html.en
+++ b/docs/manual/socache.html.en
@@ -42,20 +42,71 @@
<code class="directive"><a href="./mod/ssl.html#sslstaplingcache">SSLStaplingCache</a></code>.</p>
<p>Currently available providers are:</p>
<dl>
- <dt>"dbm" (mod_socache_dbm)</dt>
+ <dt>"dbm" (<code class="module"><a href="./mod/mod_socache_dbm.html">mod_socache_dbm</a></code>)</dt>
<dd>This makes use of a DBM hash file.
The choice of underlying DBM configuration may be configurable
if the installed APR version supports multiple DBM implementations.</dd>
- <dt>"dc" (mod_socache_dc)</dt>
+ <dt>"dc" (<code class="module"><a href="./mod/mod_socache_dc.html">mod_socache_dc</a></code>)</dt>
<dd>This makes use of the <a href="http://www.distcache.org/">distcache</a>
distributed session caching libraries.</dd>
- <dt>"memcache" (mod_socache_memcache)</dt>
+ <dt>"memcache" (<code class="module"><a href="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code>)</dt>
<dd>This makes use of the <a href="http://memcached.org/">memcached</a>
high-performance, distributed memory object caching system.</dd>
- <dt>"shmcb" (mod_socache_shmcb)</dt>
+ <dt>"shmcb" (<code class="module"><a href="./mod/mod_socache_shmcb.html">mod_socache_shmcb</a></code>)</dt>
<dd>This makes use of a high-performance cyclic buffer inside a
shared memory segment.</dd>
</dl>
+
+ <p>The API provides the following functions:</p>
+
+ <dl>
+ <dt>const char *create(ap_socache_instance_t **instance, const char *arg,
+ apr_pool_t *tmp, apr_pool_t *p);</dt>
+ <dd>Create a session cache based on the given configuration string.
+ The instance pointer returned in the instance paramater will be
+ passed as the first argument to subsequent invocations.</dd>
+
+ <dt>apr_status_t init(ap_socache_instance_t *instance, const char *cname,
+ const struct ap_socache_hints *hints,
+ server_rec *s, apr_pool_t *pool)</dt>
+ <dd>Initialize the cache. The cname must be of maximum length 16
+ characters, and uniquely identifies the consumer of the cache
+ within the server; using the module name is recommended, e.g.
+ "mod_ssl-sess". This string may be used within a filesystem
+ path so use of only alphanumeric [a-z0-9_-] characters is
+ recommended. If hints is non-NULL, it gives a set of hints for
+ the provider. Return APR error code.</dd>
+
+ <dt>void destroy(ap_socache_instance_t *instance, server_rec *s)</dt>
+ <dd>Destroy a given cache instance object.</dd>
+
+ <dt>apr_status_t store(ap_socache_instance_t *instance, server_rec *s,
+ const unsigned char *id, unsigned int idlen,
+ apr_time_t expiry,
+ unsigned char *data, unsigned int datalen,
+ apr_pool_t *pool)</dt>
+ <dd>Store an object in a cache instance.</dd>
+
+ <dt>apr_status_t retrieve(ap_socache_instance_t *instance, server_rec *s,
+ const unsigned char *id, unsigned int idlen,
+ unsigned char *data, unsigned int *datalen,
+ apr_pool_t *pool)</dt>
+ <dd>Retrieve a cached object.</dd>
+
+ <dt>apr_status_t remove(ap_socache_instance_t *instance, server_rec *s,
+ const unsigned char *id, unsigned int idlen,
+ apr_pool_t *pool)</dt>
+ <dd>Remove an object from the cache.</dd>
+
+ <dt>void status(ap_socache_instance_t *instance, request_rec *r, int flags)</dt>
+ <dd>Dump the status of a cache instance for mod_status.</dd>
+
+ <dt>apr_status_t iterate(ap_socache_instance_t *instance, server_rec *s,
+ void *userctx, ap_socache_iterator_t *iterator,
+ apr_pool_t *pool)</dt>
+ <dd>Dump all cached objects through an iterator callback.</dd>
+ </dl>
+
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="./en/socache.html" title="English">&nbsp;en&nbsp;</a></p>