From: Jim Jagielski Date: Fri, 15 Nov 2013 17:11:13 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.7~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f99d701a082c8e8a6837bfc490f4faccbe022741;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1542332 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr index 1612e5f489..8089a956c6 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -29,7 +29,7 @@ mod_buffer.xml.fr mod_cache.xml.fr mod_cache_disk.xml.fr - mod_cache_socache.xml + mod_cache_socache.xml.fr mod_cern_meta.xml.fr mod_cgi.xml.fr mod_cgid.xml.fr diff --git a/docs/manual/mod/index.html.fr b/docs/manual/mod/index.html.fr index 9bae30a8e7..b9f7ad66f7 100644 --- a/docs/manual/mod/index.html.fr +++ b/docs/manual/mod/index.html.fr @@ -116,8 +116,8 @@ shell Win32 dir
mod_cache
Filtre de mise en cache HTTP conforme à la RFC 2616
mod_cache_disk
Module de stockage sur disque pour le filtre de mise en cache HTTP.
-
mod_cache_socache
Shared object cache (socache) based storage module for the -HTTP caching filter.
+
mod_cache_socache
Module de stockage à base de cache d'objets partagés +(socache) pour le filtre de mise en cache HTTP.
mod_cern_meta
La sémantique des métafichiers du serveur httpd du CERN
mod_cgi
Exécution des scripts CGI
diff --git a/docs/manual/mod/mod_authn_socache.html.en b/docs/manual/mod/mod_authn_socache.html.en index d57c077fac..672a3fca90 100644 --- a/docs/manual/mod/mod_authn_socache.html.en +++ b/docs/manual/mod/mod_authn_socache.html.en @@ -188,6 +188,8 @@ AuthnCacheProvideFor dbd myprovider Override:None Status:Base Module:mod_authn_socache +Compatibility:Optional provider arguments are available in +Apache HTTP Server 2.4.7 and later

This is a server-wide setting to select a provider for the shared object cache, followed by diff --git a/docs/manual/mod/mod_authn_socache.html.fr b/docs/manual/mod/mod_authn_socache.html.fr index cb6bbc0528..81a4f75449 100644 --- a/docs/manual/mod/mod_authn_socache.html.fr +++ b/docs/manual/mod/mod_authn_socache.html.fr @@ -208,7 +208,7 @@ AuthnCacheProvideFor dbd mon-fournisseur - + @@ -216,7 +216,8 @@ utiliser
Description:Sélectionne le fournisseur socache d'arrière-plan à utiliser
Syntaxe:AuthnCacheSOCache nom-fournisseur
Syntaxe:AuthnCacheSOCache nom-fournisseur[:arguments-fournisseur]
Contexte:configuration du serveur
AllowOverride:None
Statut:Base

Cette définition s'applique à l'ensemble du serveur et permet de sélectionner un fournisseur pour le cache - d'objets partagés. Les fournisseurs disponibles sont "dbm", + d'objets partagés, ainsi que des arguments éventuels pour ce + fournisseur. Les fournisseurs disponibles sont, entre autres, "dbm", "dc", "memcache", ou "shmcb", chacun d'entre eux nécessitant le chargement du module approprié. Si elle est absente, c'est la valeur par défaut pour votre plate-forme qui sera diff --git a/docs/manual/mod/mod_authn_socache.xml.fr b/docs/manual/mod/mod_authn_socache.xml.fr index e1a20a862d..c40939b989 100644 --- a/docs/manual/mod/mod_authn_socache.xml.fr +++ b/docs/manual/mod/mod_authn_socache.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_cache_socache.html.en b/docs/manual/mod/mod_cache_socache.html.en index bfccda2a61..6ed548f6f5 100644 --- a/docs/manual/mod/mod_cache_socache.html.en +++ b/docs/manual/mod/mod_cache_socache.html.en @@ -24,7 +24,8 @@

Apache Module mod_cache_socache

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -249,7 +250,8 @@ cache
-

Available Languages:  en 

+

Available Languages:  en  | + fr 

top

Comments

Notice:
This is not a Q&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 mailing lists.
Description:Shared object cache (socache) based storage module for the HTTP caching filter.