]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_socache_dbm.xml.fr
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_socache_dbm.xml.fr
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4 <!-- English Revision : 1673947 -->
5 <!-- French translation : Lucien GENTIS -->
6 <!-- $LastChangedRevision: 2015050201 $ -->
7
8 <!--
9  Licensed to the Apache Software Foundation (ASF) under one or more
10  contributor license agreements.  See the NOTICE file distributed with
11  this work for additional information regarding copyright ownership.
12  The ASF licenses this file to You under the Apache License, Version 2.0
13  (the "License"); you may not use this file except in compliance with
14  the License.  You may obtain a copy of the License at
15
16      http://www.apache.org/licenses/LICENSE-2.0
17
18  Unless required by applicable law or agreed to in writing, software
19  distributed under the License is distributed on an "AS IS" BASIS,
20  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  See the License for the specific language governing permissions and
22  limitations under the License.
23 -->
24
25 <modulesynopsis metafile="mod_socache_dbm.xml.meta">
26
27 <name>mod_socache_dbm</name>
28 <description>Fournisseur de cache d'objets partagés basé sur DBM.</description>
29 <status>Extension</status>
30 <sourcefile>mod_socache_dbm.c</sourcefile>
31 <identifier>socache_dbm_module</identifier>
32
33 <summary>
34     <p>Le module <code>mod_socache_dbm</code> est un fournisseur de cache
35     d'objets partagés qui permet la création et l'accès à un cache
36     maintenu par une base de données DBM.
37     </p>
38     
39     <example>
40     dbm:/chemin/vers/datafile
41     </example>
42
43     <p>Si le chemin spécifié n'est pas un chemin absolu, il sera relatif
44     au chemin défini via la directive <directive
45     module="core">DefaultRuntimeDir</directive>.</p>
46
47     <p>Vous trouverez des détails à propos des autres fournisseurs de
48     cache d'objets partagés <a href="../socache.html">ici</a>.
49     </p>
50
51 </summary>
52
53 </modulesynopsis>