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

xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1740720 13f79535-47bb-0310-9956-ffa450edef68
parent bd7411aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@
<tr><th><a href="module-dict.html#SourceFile">SourceFile:</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
    <p><code class="module"><a href="../mod/mod_socache_dc.html">mod_socache_dc</a></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>
    <a href="http://distcache.sourceforge.net/">distcache</a>
    distributed session caching libraries.
    </p>

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision : 1370771 -->
<!-- English Revision: 1370771:1740719 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@

  <variants>
    <variant>en</variant>
    <variant>fr</variant>
    <variant outdated="yes">fr</variant>
  </variants>
</metafile>
+1 −1
Original line number Diff line number Diff line
@@ -2186,7 +2186,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
    <p>This makes use of the <a 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision: 1734076 -->
<!-- English Revision: 1734076:1740719 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

Loading