summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_authn_socache.html.fr
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-02-05 23:28:30 +0100
committerAndré Malo <nd@apache.org>2014-02-05 23:28:30 +0100
commitcc5367ee69671c28f3e20d0d33b3b3c2898fc156 (patch)
tree40870a6d91c4d4b236fb54f4d3268bb4003d56cf /docs/manual/mod/mod_authn_socache.html.fr
parentthis is not a quote. (diff)
downloadapache2-cc5367ee69671c28f3e20d0d33b3b3c2898fc156.tar.xz
apache2-cc5367ee69671c28f3e20d0d33b3b3c2898fc156.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authn_socache.html.fr')
-rw-r--r--docs/manual/mod/mod_authn_socache.html.fr10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_authn_socache.html.fr b/docs/manual/mod/mod_authn_socache.html.fr
index 44780f2b49..4f77ffa9cd 100644
--- a/docs/manual/mod/mod_authn_socache.html.fr
+++ b/docs/manual/mod/mod_authn_socache.html.fr
@@ -94,8 +94,7 @@ la charge des serveurs d'arrière-plan</td></tr>
<p>Voici un exemple simple permettant d'accélérer
<code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code> et utilisant dbm comme moteur de la
mise en cache :</p>
- <pre class="prettyprint lang-config">
- #AuthnCacheSOCache est optionnel. S'il est défini, il l'est pour
+ <pre class="prettyprint lang-config"> #AuthnCacheSOCache est optionnel. S'il est défini, il l'est pour
#l'ensemble du serveur
AuthnCacheSOCache dbm
&lt;Directory /usr/www/myhost/private&gt;
@@ -107,8 +106,7 @@ AuthnCacheSOCache dbm
Require valid-user
#Optionnel
AuthnCacheContext dbd-authn-example
-&lt;/Directory&gt;
- </pre>
+&lt;/Directory&gt;</pre>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
@@ -197,9 +195,7 @@ mise en cache</td></tr>
trouvées par <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code> ou par un fournisseur
personnalisé <var>mon-fournisseur</var>, et ne pas mettre en cache
celles trouvées par les fournisseurs légers comme file ou dbm :</p>
- <pre class="prettyprint lang-config">
-AuthnCacheProvideFor dbd mon-fournisseur
- </pre>
+ <pre class="prettyprint lang-config">AuthnCacheProvideFor dbd mon-fournisseur</pre>
</div>