From: André Malo Date: Sun, 7 Jun 2009 13:03:50 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.3~522 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b4c0b4280aac374134059d3a6c9d8cd3f2b3b3e;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@782383 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html.fr b/docs/manual/bind.html.fr index 5807a18cc3b..29b969c559b 100644 --- a/docs/manual/bind.html.fr +++ b/docs/manual/bind.html.fr @@ -90,7 +90,7 @@

Un nombre croissant de plateformes implémentent IPv6, et - APR supporte IPv6 sur la plupart d'entre elles, + APR supporte IPv6 sur la plupart d'entre elles, ce qui permet à Apache d'allouer des points de connexion (sockets) IPv6 et de traiter des requêtes envoyées sur IPv6.

@@ -164,6 +164,6 @@  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/caching.html.fr b/docs/manual/caching.html.fr index 3b9e75c6b34..6c6aa72831d 100644 --- a/docs/manual/caching.html.fr +++ b/docs/manual/caching.html.fr @@ -697,6 +697,6 @@ CacheDirLength 1  fr  |  tr 

\ No newline at end of file diff --git a/docs/manual/configuring.html.fr b/docs/manual/configuring.html.fr index 8a5e12bbbfc..8c5167e8b94 100644 --- a/docs/manual/configuring.html.fr +++ b/docs/manual/configuring.html.fr @@ -182,6 +182,6 @@ le Serveur HTTP Apache.

 ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index f9d682be120..516109f7478 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -108,6 +108,7 @@ cacheignorecachecontrol mod/mod_cache.html#cacheignorecachecontrol cacheignoreheaders mod/mod_cache.html#cacheignoreheaders cacheignorenolastmod mod/mod_cache.html#cacheignorenolastmod cacheignorequerystring mod/mod_cache.html#cacheignorequerystring +cacheignoreurlsessionidentifiers mod/mod_cache.html#cacheignoreurlsessionidentifiers cachelastmodifiedfactor mod/mod_cache.html#cachelastmodifiedfactor cachemaxexpire mod/mod_cache.html#cachemaxexpire cachemaxfilesize mod/mod_disk_cache.html#cachemaxfilesize diff --git a/docs/manual/dso.html.fr b/docs/manual/dso.html.fr index 13bf64f8583..d50f264fe89 100644 --- a/docs/manual/dso.html.fr +++ b/docs/manual/dso.html.fr @@ -327,6 +327,6 @@ $ apxs -i -a -n foo mod_foo.la  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/env.html.fr b/docs/manual/env.html.fr index f0346d0efec..ac6c082ca06 100644 --- a/docs/manual/env.html.fr +++ b/docs/manual/env.html.fr @@ -478,6 +478,6 @@ BrowserMatch "JDK/1\.0" force-response-1.0  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/faq/index.html.fr b/docs/manual/faq/index.html.fr index 03dc94c8b84..c614c7748b3 100644 --- a/docs/manual/faq/index.html.fr +++ b/docs/manual/faq/index.html.fr @@ -123,6 +123,6 @@  fr  |  tr 

\ No newline at end of file diff --git a/docs/manual/filter.html.fr b/docs/manual/filter.html.fr index 79478db18d2..77ffdcbf03f 100644 --- a/docs/manual/filter.html.fr +++ b/docs/manual/filter.html.fr @@ -145,6 +145,6 @@ configuration dynamique  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/glossary.html.fr b/docs/manual/glossary.html.fr index d0b80b7c2bd..e13e3fd370b 100644 --- a/docs/manual/glossary.html.fr +++ b/docs/manual/glossary.html.fr @@ -92,10 +92,10 @@
Un ensemble de données servant à authentifier des entités du réseau comme un serveur ou un client. Un certificat contient des ensembles d'informations X509 à propos de son propriétaire (appelé sujet/subject) - et de l'Autorité de Certification + et de l'Autorité de Certification (Certification Authority) ou CA signataire (appelée le fournisseur/issuer), ainsi que la - clé publique (public + clé publique (public key) du propriétaire et la signature de la CA. Les entités du réseau vérifient ces signatures en utilisant les certificats des Autorités de Certification.
@@ -114,14 +114,14 @@
Clé Privée (Private Key)
La clé secrète dans un système de - chiffrement à clé publique, + chiffrement à clé publique, utilisée pour déchiffrer les messages entrants et signer les messages sortants.
Voir : chiffrement SSL/TLS
Clé Publique (Public Key)
-
La clé accessible au public dans un système de Chiffrement à clé publique, +
La clé accessible au public dans un système de Chiffrement à clé publique, utilisée pour chiffrer les messages destinés uniquement à son propriétaire et déchiffrer les signatures faites par son propriétaire.
@@ -129,15 +129,15 @@
CONNECT
-
Une méthode HTTP pour encapsuler +
Une méthode HTTP pour encapsuler des données brutes dans HTTP. Elle peut aussi être utilisée pour encapsuler d'autres protocoles, comme le protocole SSL.
Contexte (Context)
-
Une portion des +
Une portion des fichiers de configuration dans laquelle certains types de - directives sont autorisés.
+ directives sont autorisés.
Voir : Termes utilisés pour décrire les directives d'Apache
@@ -188,9 +188,9 @@
Demande de signature de certificat (Certificate Signing Request) (CSR)
-
La soumission d'un certificat - non signé à une Autorité de - certification, qui le signe avec la Clé privée de leur +
La soumission d'un certificat + non signé à une Autorité de + certification, qui le signe avec la Clé privée de leur Certificat de CA. Une fois le CSR signé, il devient un vrai certificat.
Voir : chiffrement SSL/TLS @@ -198,17 +198,17 @@
Directive
Une commande de configuration qui contrôle un ou plusieurs aspects du - comportement d'Apache. Les directives sont placées dans le Fichier de configuration
+ comportement d'Apache. Les directives sont placées dans le Fichier de configuration
Voir : Index des directives
Directive de configuration (Configuration Directive)
-
Voir : Directive
+
Voir : Directive
En-tête (Header)
La partie de la requête et de la réponse - HTTP qui est envoyée avant le contenu + HTTP qui est envoyée avant le contenu proprement dit, et contient des méta-informations décrivant le contenu.
@@ -231,7 +231,7 @@ Fichier de configuration (Configuration File)
Un fichier texte contenant des - Directives + Directives qui contrôlent la configuration d'Apache.
Voir : Fichiers de configuration
@@ -244,7 +244,7 @@ Par exemple, le filtre en sortie INCLUDES traite les documents pour les - Server Side Includes (Inclusions côté Serveur) + Server Side Includes (Inclusions côté Serveur) .
Voir : Filtres @@ -256,7 +256,7 @@ fichiers sont directement servis par le serveur, mais certains types de fichiers sont "gérés" séparément. Par exemple, le gestionnaire cgi-script désigne les fichiers qui doivent être traités - comme CGIs.
+ comme CGIs.
Voir : Utilisation des gestionnaires d'Apache @@ -280,9 +280,9 @@
.htaccess
-
Un fichier de configuration +
Un fichier de configuration placé à un certain niveau de l'arborescence du site web, et appliquant des - directives de configuration au + directives de configuration au répertoire dans lequel il est placé, ainsi qu'à tous ses sous-répertoires. En dépit de son nom, ce fichier peut contenir pratiquement tout type de directive, et pas seulement des directives de contrôle d'accès.
@@ -290,7 +290,7 @@
httpd.conf
-
Le fichier de configuration +
Le fichier de configuration principal d'Apache. Sa localisation par défaut est /usr/local/apache2/conf/httpd.conf, mais ceci peut être changé en utilisant des options de compilation ou d'exécution.
@@ -301,7 +301,7 @@
Le Protocole de Transfert Hypertexte (Sécurisé), le mécanisme de communication cryptée standard sur le World Wide Web. Il s'agit en fait de HTTP au dessus de - SSL.
+ SSL.
Voir : chiffrement SSL/TLS
@@ -310,7 +310,7 @@ (URI)
Une chaîne de caractères compacte servant à identifier une ressource abstraite ou physique. Elle est formellement définie par la RFC 2396. Les URIs - utilisées sur le world-wide web sont souvent appelées URLs. + utilisées sur le world-wide web sont souvent appelées URLs.
@@ -341,7 +341,7 @@ Localisation de Ressource Uniformis (Uniform Resource Locator) (URL)
Le nom/adresse d'une ressource sur l'Internet. Il s'agit du terme - informel commun pour ce qui est formellement défini comme + informel commun pour ce qui est formellement défini comme Identificateur de Ressource Uniformisé. Les URLs sont généralement construites selon un schéma, comme http ou @@ -364,14 +364,14 @@ Localisation de Ressource Uniformis
Mandataire inverse (Reverse Proxy)
-
Un serveur mandataire qui est vu du client +
Un serveur mandataire qui est vu du client comme un serveur d'origine. Ceci peut s'avérer utile pour dissimuler le serveur d'origine réel au client pour des raisons de sécurité, ou pour répartir la charge.
Méthode (Method)
-
Dans le contexte HTTP, une action à +
Dans le contexte HTTP, une action à effectuer sur une ressource spécifiée dans la ligne de requête par le client. Parmi les méthodes disponibles dans HTTP, on trouve GET, POST, @@ -385,10 +385,10 @@ Localisation de Ressource Uniformis httpd sont appelés modules statiques, alors que les modules qui existent séparément et peuvent être chargés optionnellement à l'exécution sont appelés - modules dynamiques ou DSOs. + modules dynamiques ou DSOs. Les modules qui sont inclus par défaut sont appelés modules de base. De nombreux modules disponibles pour Apache - ne se trouvent pas dans l'archive + ne se trouvent pas dans l'archive du Serveur HTTP Apache . Il sont appelés modules tiers.
Voir : Index des modules @@ -398,7 +398,7 @@ Localisation de Ressource Uniformis
Le mot ou la phrase qui protège les fichiers de clés privées. Il empêche les utilisateurs non autorisés de les déchiffrer. En général, il s'agit simplement de la clé secrète de chiffrement/déchiffrement - utilisée pour les Algorithmes de chiffrement.
+ utilisée pour les Algorithmes de chiffrement.
Voir : chiffrement SSL/TLS
@@ -429,7 +429,7 @@ Localisation de Ressource Uniformis
Objet Dynamique Partagé (Dynamic Shared Object) (DSO)
-
Modules compilés en dehors du binaire +
Modules compilés en dehors du binaire Apache httpd et qui peuvent être chargés à la demande.
Voir : Support des objets dynamiques partagés @@ -444,9 +444,9 @@ Localisation de Ressource Uniformis Outil de gestion des extensions Apache (APache eXtension Tool) (apxs) -
Un script Perl qui aide à la compilation des sources de module sous forme d'Objets Dynamiques Partagés +
Un script Perl qui aide à la compilation des sources de module sous forme d'Objets Dynamiques Partagés (Dynamic Shared Objects ou - DSOs) et facilite leur installation + DSOs) et facilite leur installation dans le serveur Web Apache.
Voir : Page de manuel : apxs
@@ -489,7 +489,7 @@ Localisation de Ressource Uniformis
Signature numérique (Digital Signature)
Un bloc de texte crypté qui valide un certificat ou un autre fichier. - Une Autorité de certification + Une Autorité de certification crée une signature en générant une empreinte de la Clé publique fournie avec le Certificat; la CA chiffre ensuite l'empreinte avec sa propre Clé privée. Seule la clé publique de la CA @@ -507,8 +507,8 @@ Localisation de Ressource Uniformis
Texte crypté (Ciphertext)
Le résultat du passage d'un document - Plaintext (Plein texte) par un - Cipher.
+ Plaintext (Plein texte) par un + Cipher.
Voir : chiffrement SSL/TLS
@@ -521,7 +521,7 @@ Localisation de Ressource Uniformis entre autres types text/html, image/gif, et application/octet-stream. Dans HTTP, le type MIME est transmis dans l' - en-tête Content-Type.
+ en-tête Content-Type.
Voir : mod_mime @@ -554,6 +554,6 @@ Localisation de Ressource Uniformis  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/handler.html.fr b/docs/manual/handler.html.fr index 536a07107c7..4ed9b577f52 100644 --- a/docs/manual/handler.html.fr +++ b/docs/manual/handler.html.fr @@ -158,6 +158,6 @@  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index 71a060689ef..1e4391091f9 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -639,6 +639,6 @@ autorisation  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/howto/cgi.html.fr b/docs/manual/howto/cgi.html.fr index 01816320a99..47ce004de1c 100644 --- a/docs/manual/howto/cgi.html.fr +++ b/docs/manual/howto/cgi.html.fr @@ -214,7 +214,7 @@ "standard" et la programmation CGI.

En premier lieu, toute sortie de votre programme CGI doit être - précédée d'un en-tête MIME-type. Il s'agit d'un + précédée d'un en-tête MIME-type. Il s'agit d'un en-tête HTTP qui indique au client quel type de contenu il reçoit. La plupart du temps, il se présente comme suit :

@@ -604,6 +604,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/howto/htaccess.html.fr b/docs/manual/howto/htaccess.html.fr index 58a304ffc52..de008bbfa91 100644 --- a/docs/manual/howto/htaccess.html.fr +++ b/docs/manual/howto/htaccess.html.fr @@ -445,6 +445,6 @@ Includes - SSI)  ko  |  pt-br 

\ No newline at end of file diff --git a/docs/manual/howto/public_html.html.fr b/docs/manual/howto/public_html.html.fr index 21dd3773ca1..320720d97aa 100644 --- a/docs/manual/howto/public_html.html.fr +++ b/docs/manual/howto/public_html.html.fr @@ -210,6 +210,6 @@ avec le syst  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/howto/ssi.html.fr b/docs/manual/howto/ssi.html.fr index 5301816eab6..8aaad12959d 100644 --- a/docs/manual/howto/ssi.html.fr +++ b/docs/manual/howto/ssi.html.fr @@ -494,6 +494,6 @@ HTML pr  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/index.html.fr b/docs/manual/index.html.fr index 750f562a4d9..188fc1400d2 100644 --- a/docs/manual/index.html.fr +++ b/docs/manual/index.html.fr @@ -100,6 +100,6 @@  pt-br  |  tr 

\ No newline at end of file diff --git a/docs/manual/install.html.fr b/docs/manual/install.html.fr index d0313277137..816368ccead 100644 --- a/docs/manual/install.html.fr +++ b/docs/manual/install.html.fr @@ -413,6 +413,6 @@ $ tar xvf httpd-NN.tar  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/invoking.html.fr b/docs/manual/invoking.html.fr index 3fffe5d0d64..7a4fe144a73 100644 --- a/docs/manual/invoking.html.fr +++ b/docs/manual/invoking.html.fr @@ -157,6 +157,6 @@  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/logs.html.fr b/docs/manual/logs.html.fr index 33d1b386687..1a51bde3188 100644 --- a/docs/manual/logs.html.fr +++ b/docs/manual/logs.html.fr @@ -637,6 +637,6 @@  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/misc/index.html.fr b/docs/manual/misc/index.html.fr index 80e573ce0ee..1156a2ea14a 100644 --- a/docs/manual/misc/index.html.fr +++ b/docs/manual/misc/index.html.fr @@ -81,6 +81,6 @@  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/misc/perf-tuning.html.fr b/docs/manual/misc/perf-tuning.html.fr index 788482a65d0..38d921bafcc 100644 --- a/docs/manual/misc/perf-tuning.html.fr +++ b/docs/manual/misc/perf-tuning.html.fr @@ -1130,6 +1130,6 @@  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/misc/security_tips.html.fr b/docs/manual/misc/security_tips.html.fr index d1f83a1e5b0..e520bbfcc0d 100644 --- a/docs/manual/misc/security_tips.html.fr +++ b/docs/manual/misc/security_tips.html.fr @@ -467,6 +467,6 @@  ko  |  tr 

\ No newline at end of file diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 5fb0a492b93..7d72eb6917a 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -26,6 +26,7 @@  ja  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
Açıklama:Apache HTTP Sunucusunda daima mevcut olan çekirdek özellikler
Durum:Çekirdek
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 19b49e57c8b..8bb0b94780e 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + +mod_slotmem_plain - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Modules
+
+

Apache Module mod_slotmem_plain

+
+

Available Languages:  en 

+
+ + + +
Description:Slot-based shared memory provider.
Status:Extension
Module Identifier:mod_slotmem_plain
Source File:mod_slotmem_plain.c
+

Summary

+ +

mod_slotmem_plain is a memory provider which + provides for creation and access to a plain memory segment + in which the datasets are organized in "slots." +

+ +

If the memory needs to be shared between threads and + processes, a better provider would be + mod_slotmem_shm. +

+ +

mod_slotmem_plain provides the following API functions: +

+ +
+
apr_status_t doall(ap_slotmem_instance_t *s, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool)
+
call the callback on all worker slots
+ +
apr_status_t create(ap_slotmem_instance_t **new, const char *name, apr_size_t item_size, unsigned int item_num, ap_slotmem_type_t type, apr_pool_t *pool)
+
create a new slotmem with each item size is item_size.
+ +
apr_status_t attach(ap_slotmem_instance_t **new, const char *name, apr_size_t *item_size, unsigned int *item_num, apr_pool_t *pool)
+
attach to an existing slotmem.
+ +
apr_status_t dptr(ap_slotmem_instance_t *s, unsigned int item_id, void**mem)
+
get the direct pointer to the memory associated with this worker slot.
+ +
apr_status_t get(ap_slotmem_instance_t *s, unsigned int item_id, unsigned char *dest, apr_size_t dest_len)
+
get/read the memory from this slot to dest
+ +
apr_status_t put(ap_slotmem_instance_t *slot, unsigned int item_id, unsigned char *src, apr_size_t src_len)
+
put/write the data from src to this slot
+ +
unsigned int num_slots(ap_slotmem_instance_t *s)
+
return the total number of slots in the segment
+ +
apr_size_t slot_size(ap_slotmem_instance_t *s)
+
return the total data size, in bytes, of a slot in the segment
+ +
apr_status_t grab(ap_slotmem_instance_t *s, unsigned int item_id);
+
grab or allocate a slot and mark as in-use (does not do any data copying)
+ +
apr_status_t release(ap_slotmem_instance_t *s, unsigned int item_id);
+
release or free a slot and mark as not in-use (does not do any data copying)
+
+ +
+

Directives

+

This module provides no + directives.

+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_slotmem_plain.xml.meta b/docs/manual/mod/mod_slotmem_plain.xml.meta new file mode 100644 index 00000000000..243830c82f2 --- /dev/null +++ b/docs/manual/mod/mod_slotmem_plain.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_slotmem_plain + /mod/ + .. + + + en + + diff --git a/docs/manual/mod/mod_slotmem_shm.html b/docs/manual/mod/mod_slotmem_shm.html new file mode 100644 index 00000000000..b4c9ca4bb19 --- /dev/null +++ b/docs/manual/mod/mod_slotmem_shm.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_slotmem_shm.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_slotmem_shm.html.en b/docs/manual/mod/mod_slotmem_shm.html.en new file mode 100644 index 00000000000..f8d246c0190 --- /dev/null +++ b/docs/manual/mod/mod_slotmem_shm.html.en @@ -0,0 +1,84 @@ + + + +mod_slotmem_shm - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Modules
+
+

Apache Module mod_slotmem_shm

+
+

Available Languages:  en 

+
+ + + +
Description:Slot-based shared memory provider.
Status:Extension
Module Identifier:mod_slotmem_shm_module
Source File:mod_slotmem_shm.c
+

Summary

+ +

mod_slotmem_shm is a memory provider which + provides for creation and access to a shared memory segment + in which the datasets are organized in "slots." +

+ +

mod_slotmem_shm provides the following API functions: +

+ +
+
apr_status_t doall(ap_slotmem_instance_t *s, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool)
+
call the callback on all worker slots
+ +
apr_status_t create(ap_slotmem_instance_t **new, const char *name, apr_size_t item_size, unsigned int item_num, ap_slotmem_type_t type, apr_pool_t *pool)
+
create a new slotmem with each item size is item_size.
+ +
apr_status_t attach(ap_slotmem_instance_t **new, const char *name, apr_size_t *item_size, unsigned int *item_num, apr_pool_t *pool)
+
attach to an existing slotmem.
+ +
apr_status_t dptr(ap_slotmem_instance_t *s, unsigned int item_id, void**mem)
+
get the direct pointer to the memory associated with this worker slot.
+ +
apr_status_t get(ap_slotmem_instance_t *s, unsigned int item_id, unsigned char *dest, apr_size_t dest_len)
+
get/read the memory from this slot to dest
+ +
apr_status_t put(ap_slotmem_instance_t *slot, unsigned int item_id, unsigned char *src, apr_size_t src_len)
+
put/write the data from src to this slot
+ +
unsigned int num_slots(ap_slotmem_instance_t *s)
+
return the total number of slots in the segment
+ +
apr_size_t slot_size(ap_slotmem_instance_t *s)
+
return the total data size, in bytes, of a slot in the segment
+ +
apr_status_t grab(ap_slotmem_instance_t *s, unsigned int item_id);
+
grab or allocate a slot and mark as in-use (does not do any data copying)
+ +
apr_status_t release(ap_slotmem_instance_t *s, unsigned int item_id);
+
release or free a slot and mark as not in-use (does not do any data copying)
+
+ +
+

Directives

+

This module provides no + directives.

+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_plainmem.xml.meta b/docs/manual/mod/mod_slotmem_shm.xml.meta similarity index 83% rename from docs/manual/mod/mod_plainmem.xml.meta rename to docs/manual/mod/mod_slotmem_shm.xml.meta index a717b649d69..a28f9f1b0e4 100644 --- a/docs/manual/mod/mod_plainmem.xml.meta +++ b/docs/manual/mod/mod_slotmem_shm.xml.meta @@ -2,7 +2,7 @@ - mod_plainmem + mod_slotmem_shm /mod/ .. diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 073534e7e1a..217ac1994ff 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -111,6 +111,7 @@ compatibility variables.

HTTPS flag HTTPS is being used. SSL_PROTOCOL string The SSL protocol version (SSLv2, SSLv3, TLSv1) SSL_SESSION_ID string The hex-encoded SSL session id +SSL_SESSION_RESUMED string Initial or Resumed SSL Session. Note: multiple requests may be served over the same (Initial or Resumed) SSL session if HTTP KeepAlive is in use SSL_CIPHER string The cipher specification name SSL_CIPHER_EXPORT string true if cipher is an export cipher SSL_CIPHER_USEKEYSIZE number Number of cipher bits (actually used) @@ -353,7 +354,7 @@ SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/ This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate. This starts with the issuing CA -certificate of of the server certificate and can range up to the root CA +certificate of the server certificate and can range up to the root CA certificate. Such a file is simply the concatenation of the various PEM-encoded CA Certificate files, usually in certificate chain order.

@@ -705,7 +706,7 @@ The following Mutex types are available:

  • fcntl:/path/to/mutex

    This is a portable Mutex variant where a physical (lock-)file and the fcntl() - fucntion are used as the Mutex. + function are used as the Mutex. Always use a local disk filesystem for /path/to/mutex and never a file residing on a NFS- or AFS-filesystem. It is only available when the underlying platform and APR supports it. Note: Internally, the Process ID (PID) of the @@ -996,7 +997,8 @@ The available (case-insensitive) protocols are:

  • SSLv3

    - This is the Secure Sockets Layer (SSL) protocol, version 3.0, from the Netscape Corportaion. + This is the Secure Sockets Layer (SSL) protocol, version 3.0, from + the Netscape Corporation. It is the successor to SSLv2 and the predecessor to TLSv1. It's supported by almost all popular browsers.

  • @@ -1600,13 +1602,13 @@ HTTPS SSL_CLIENT_M_VERSION SSL_SERVER_M_VERSION SSL_CLIENT_M_SERIAL SSL_SERVER_M_SERIAL SSL_PROTOCOL SSL_CLIENT_V_START SSL_SERVER_V_START SSL_SESSION_ID SSL_CLIENT_V_END SSL_SERVER_V_END -SSL_CIPHER SSL_CLIENT_S_DN SSL_SERVER_S_DN -SSL_CIPHER_EXPORT SSL_CLIENT_S_DN_C SSL_SERVER_S_DN_C -SSL_CIPHER_ALGKEYSIZE SSL_CLIENT_S_DN_ST SSL_SERVER_S_DN_ST -SSL_CIPHER_USEKEYSIZE SSL_CLIENT_S_DN_L SSL_SERVER_S_DN_L -SSL_VERSION_LIBRARY SSL_CLIENT_S_DN_O SSL_SERVER_S_DN_O -SSL_VERSION_INTERFACE SSL_CLIENT_S_DN_OU SSL_SERVER_S_DN_OU - SSL_CLIENT_S_DN_CN SSL_SERVER_S_DN_CN +SSL_SESSION_RESUMED SSL_CLIENT_S_DN SSL_SERVER_S_DN +SSL_CIPHER SSL_CLIENT_S_DN_C SSL_SERVER_S_DN_C +SSL_CIPHER_EXPORT SSL_CLIENT_S_DN_ST SSL_SERVER_S_DN_ST +SSL_CIPHER_ALGKEYSIZE SSL_CLIENT_S_DN_L SSL_SERVER_S_DN_L +SSL_CIPHER_USEKEYSIZE SSL_CLIENT_S_DN_O SSL_SERVER_S_DN_O +SSL_VERSION_LIBRARY SSL_CLIENT_S_DN_OU SSL_SERVER_S_DN_OU +SSL_VERSION_INTERFACE SSL_CLIENT_S_DN_CN SSL_SERVER_S_DN_CN SSL_CLIENT_S_DN_T SSL_SERVER_S_DN_T SSL_CLIENT_S_DN_I SSL_SERVER_S_DN_I SSL_CLIENT_S_DN_G SSL_SERVER_S_DN_G diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index bcf947daa41..dfe08c31b3d 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -179,7 +179,7 @@ of a request or the last 63, assuming the request itself is greater than - + diff --git a/docs/manual/mod/mod_status.html.ja.utf8 b/docs/manual/mod/mod_status.html.ja.utf8 index 1f93db24b76..27b1a30722a 100644 --- a/docs/manual/mod/mod_status.html.ja.utf8 +++ b/docs/manual/mod/mod_status.html.ja.utf8 @@ -27,6 +27,8 @@  ko  |  tr 

    +
    この日本語訳はすでに古くなっている可能性があります。 + 更新された内容を見るには英語版をご覧下さい。
    Off (default)GET /disk1/storage/apache/htdocs/images/imagestore1/food/fruitsGET /disk1/storage/apache/htdocs/images/imagestore1/food/apples
    On
    diff --git a/docs/manual/mod/mod_status.html.tr.utf8 b/docs/manual/mod/mod_status.html.tr.utf8 index 069223e0c22..7e9389402c4 100644 --- a/docs/manual/mod/mod_status.html.tr.utf8 +++ b/docs/manual/mod/mod_status.html.tr.utf8 @@ -26,6 +26,7 @@  ko  |  tr 

    +
    Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
    説明:サーバの活動状況と性能に関する情報を提供する
    ステータス:Base
    モジュール識別子:status_module
    diff --git a/docs/manual/mod/mod_status.xml.ja b/docs/manual/mod/mod_status.xml.ja index ed26b75c04f..041e78d6c8f 100644 --- a/docs/manual/mod/mod_status.xml.ja +++ b/docs/manual/mod/mod_status.xml.ja @@ -2,7 +2,7 @@ - + + +
    Açıklama:Sunucu etkinliği ve başarımı hakkında bilgi sağlar.
    Durum:Temel
    Modül Betimleyici:status_module