mod_socache_dc.html.en revision f2dddcb17c7d7e94cc69563d3c99f9d035224ecc
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<?xml version="1.0" encoding="ISO-8859-1"?>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
cfbca4e518f4981f435e93e434f17271e6efc138rbowen XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cfbca4e518f4981f435e93e434f17271e6efc138rbowen This file is generated from xml source: DO NOT EDIT
cfbca4e518f4981f435e93e434f17271e6efc138rbowen XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cfbca4e518f4981f435e93e434f17271e6efc138rbowen -->
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<title>mod_socache_dc - Apache HTTP Server</title>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<script src="/style/scripts/prettify.js" type="text/javascript">
cfbca4e518f4981f435e93e434f17271e6efc138rbowen</script>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<link href="/images/favicon.ico" rel="shortcut icon" /></head>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<body>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<div id="page-header">
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<p class="apache">Apache HTTP Server Version 2.5</p>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<img alt="" src="/images/feather.gif" /></div>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<div id="path">
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<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>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<div id="page-content">
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<div id="preamble"><h1>Apache Module mod_socache_dc</h1>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<div class="toplang">
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<p><span>Available Languages: </span><a href="/en/mod/mod_socache_dc.html" title="English">&nbsp;en&nbsp;</a></p>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen</div>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Distcache based shared object cache provider.</td></tr>
e60187855fd0488f48f37e88acde742754308d39rbowen<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>socache_dc_module</td></tr>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_socache_dc.c</td></tr></table>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<h3>Summary</h3>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen
cfbca4e518f4981f435e93e434f17271e6efc138rbowen <p><code>mod_socache_dc</code> is a shared object cache provider
cfbca4e518f4981f435e93e434f17271e6efc138rbowen which provides for creation and access to a cache backed by the
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen <a href="http://www.distcache.org/">distcache</a>
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen distributed session caching libraries.
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen </p>
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen <p>Details of other shared object cache providers can be found
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen <a href="/socache.html">here</a>.
cfbca4e518f4981f435e93e434f17271e6efc138rbowen </p>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen
cfbca4e518f4981f435e93e434f17271e6efc138rbowen</div>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<div id="quickview"><h3 class="directives">Directives</h3>
3b35091b9c1ae36ee3d0e64ebbfdba58062290ffrbowen<p>This module provides no
cfbca4e518f4981f435e93e434f17271e6efc138rbowen directives.</p>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen
cfbca4e518f4981f435e93e434f17271e6efc138rbowen</div>
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen<div class="bottomlang">
d5e8240ee767cced65a45a2b9d590ca08b3d3859rbowen<p><span>Available Languages: </span><a href="/en/mod/mod_socache_dc.html" title="English">&nbsp;en&nbsp;</a></p>
3b35091b9c1ae36ee3d0e64ebbfdba58062290ffrbowen</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
cfbca4e518f4981f435e93e434f17271e6efc138rbowen<script type="text/javascript"><!--//--><![CDATA[//><!--
cfbca4e518f4981f435e93e434f17271e6efc138rbowenvar comments_shortname = 'httpd';
cfbca4e518f4981f435e93e434f17271e6efc138rbowenvar comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_socache_dc.html';
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen(function(w, d) {
9546947d8f7082fb4b70e1659feb5460502b73e4rbowen if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen d.write('<div id="comments_thread"><\/div>');
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen var s = d.createElement('script');
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen s.type = 'text/javascript';
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen s.async = true;
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
cfbca4e518f4981f435e93e434f17271e6efc138rbowen }
9546947d8f7082fb4b70e1659feb5460502b73e4rbowen else {
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen }
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen})(window, document);
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen//--><!]]></script></div><div id="footer">
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen<p class="apache">Copyright 2012 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>
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowenif (typeof(prettyPrint) !== 'undefined') {
9ba14e5493ff90fb004611453d25d6b1c67410e7rbowen prettyPrint();
430b9854ae290aa3f76164c93193c6c11ace5c0crbowen}
cfbca4e518f4981f435e93e434f17271e6efc138rbowen//--><!]]></script>
11a346d1a1cdd14cbc7b75e971fc22dc1358c28drbowen</body></html>