summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2009-10-10 18:25:24 +0200
committerLucien Gentis <lgentis@apache.org>2009-10-10 18:25:24 +0200
commit134bf4f9481cb3a89f82d066b20487a9e870f555 (patch)
tree0e8e3e6181160f6c6eb0456328e9901f997247a0 /docs/manual/mod
parentStop unexpected error logs in each requests. (diff)
downloadapache2-134bf4f9481cb3a89f82d066b20487a9e870f555.tar.xz
apache2-134bf4f9481cb3a89f82d066b20487a9e870f555.zip
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_ldap.xml.fr9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_ldap.xml.fr b/docs/manual/mod/mod_ldap.xml.fr
index 877761db1c..9ce69b6421 100644
--- a/docs/manual/mod/mod_ldap.xml.fr
+++ b/docs/manual/mod/mod_ldap.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 695883 -->
+<!-- English Revision : 822458 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -74,7 +74,7 @@ d'Apache</compatibility>
# Remplacez "votre-domaine.exemple.com" par le nom de votre<br />
# domaine.<br />
<br />
- LDAPSharedCacheSize 200000<br />
+ LDAPSharedCacheSize 500000<br />
LDAPCacheEntries 1024<br />
LDAPCacheTTL 600<br />
LDAPOpCacheEntries 1024<br />
@@ -452,12 +452,13 @@ d'Apache</compatibility>
<name>LDAPSharedCacheSize</name>
<description>Taille en octets du cache en m&eacute;moire partag&eacute;e</description>
<syntax>LDAPSharedCacheSize <var>octets</var></syntax>
-<default>LDAPSharedCacheSize 102400</default>
+<default>LDAPSharedCacheSize 500000</default>
<contextlist><context>server config</context></contextlist>
<usage>
<p>Cette directive permet de sp&eacute;cifier le nombre d'octets &agrave; allouer
- pour le cache en m&eacute;moire partag&eacute;e. La valeur par d&eacute;faut est 100kb.
+ pour le cache en m&eacute;moire partag&eacute;e. La valeur par
+ d&eacute;faut est 500kb.
Si elle est d&eacute;finie &agrave; 0, le cache en m&eacute;moire partag&eacute;e ne sera pas
utilis&eacute;.</p>
</usage>