From 7b272659e8139dc8c6dcc4480f9a51faeca4c76b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 29 Jan 2014 11:28:50 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1562415 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/configuring.html.tr.utf8 | 2 +- docs/manual/env.html.en | 4 +-- docs/manual/howto/auth.html.en | 8 +++--- docs/manual/howto/auth.html.fr | 8 +++--- docs/manual/howto/auth.html.tr.utf8 | 2 +- docs/manual/mod/core.html.en | 2 +- docs/manual/mod/core.html.tr.utf8 | 2 +- .../manual/mod/mod_access_compat.html.ja.utf8 | 2 +- docs/manual/mod/mod_authn_core.html.en | 4 +-- docs/manual/mod/mod_authnz_ldap.html.en | 6 ++--- docs/manual/mod/mod_cache.html.en | 2 +- docs/manual/mod/mod_env.html.tr.utf8 | 2 +- docs/manual/mod/mod_ldap.html.fr | 6 ++--- docs/manual/mod/mod_macro.xml.fr | 2 +- docs/manual/mod/mod_proxy.html.fr | 27 +++++++++++++++++-- docs/manual/mod/mod_proxy.xml.meta | 2 +- docs/manual/mod/mod_proxy_balancer.html.fr | 2 +- docs/manual/mod/mod_ssl.html.en | 2 +- docs/manual/mod/mpm_common.html.en | 2 +- docs/manual/mod/mpm_common.html.fr | 2 +- docs/manual/mod/mpm_common.html.ja.utf8 | 2 +- docs/manual/mod/worker.html.en | 10 +++---- docs/manual/mod/worker.html.fr | 8 +++--- docs/manual/mod/worker.html.ja.utf8 | 8 +++--- docs/manual/rewrite/flags.html.en | 15 ++++++++--- docs/manual/rewrite/flags.html.fr | 2 ++ docs/manual/rewrite/flags.xml.fr | 2 +- docs/manual/rewrite/flags.xml.meta | 2 +- docs/manual/sections.html.tr.utf8 | 2 +- docs/manual/upgrading.html.en | 4 +-- docs/manual/vhosts/fd-limits.html.en | 2 +- docs/manual/vhosts/fd-limits.html.fr | 4 +-- 32 files changed, 92 insertions(+), 58 deletions(-) diff --git a/docs/manual/configuring.html.tr.utf8 b/docs/manual/configuring.html.tr.utf8 index 07dee1fce1..cb4ac188d8 100644 --- a/docs/manual/configuring.html.tr.utf8 +++ b/docs/manual/configuring.html.tr.utf8 @@ -128,7 +128,7 @@ açıklanmıştır.

sırasında sunucunun temel bir modül kümesi içermesi sağlanır. Eğer sunucu devingen yüklenen modülleri kullanmak üzere yapılandırılarak derlenirse modüller - ayrı olarak derlenip gerektiği zaman + ayrı olarak derlenip gerektiği zaman LoadModule yönergesi kullanılarak yüklenebilir. Aksi takdirde, ek modülleri yükleyebilmek veya kaldırabilmek için httpd’nin yeniden derlenmesi gerekir. Yapılandırma yönergeleri belli bir modülün varlığına diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 36cc50217c..fa87e9f874 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -406,7 +406,7 @@

Starting with version 2.4, Apache is more strict about how HTTP - headers are converted to environment variables in mod_cgi + headers are converted to environment variables in mod_cgi and other modules: Previously any invalid characters in header names were simply translated to underscores. This allowed for some potential cross-site-scripting attacks via header injection @@ -414,7 +414,7 @@ Unusual Web Bugs, slide 19/20).

If you have to support a client which sends broken headers and - which can't be fixed, a simple workaround involving mod_setenvif + which can't be fixed, a simple workaround involving mod_setenvif and mod_header allows you to still accept these headers:

diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index d2095e1e05..e4b7e69c07 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -499,10 +499,10 @@ Require group GroupName other than who they are. Something such as where they are coming from.

-

The authorization providers - all, - env, - host and +

The authorization providers + all, + env, + host and ip let you allow or deny access based other host based criteria such as host name or ip address of the machine requesting a document.

diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index 3532f0cbb0..92e49e7ccf 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -535,10 +535,10 @@ autorisation basé sur leur identité ; il peut dépendre, par exemple de leur provenance.

-

Les fournisseurs d'autorisation - all, - env, - host et +

Les fournisseurs d'autorisation + all, + env, + host et ip vous permettent d'accorder ou refuser l'accès en fonction de critères tels que le nom d'hôte ou l'adresse IP de la machine qui effectue la requête.

diff --git a/docs/manual/howto/auth.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8 index 51526d86b2..40831f4b8b 100644 --- a/docs/manual/howto/auth.html.tr.utf8 +++ b/docs/manual/howto/auth.html.tr.utf8 @@ -483,7 +483,7 @@ Require group Grupismi Yetkilendirme Taşıyıcıları bölümüne bakınız.

-

Öntanımlı olarak tüm +

Öntanımlı olarak tüm Require yönergeleri, <RequireAny> taşıyıcı yönergesinin içine konur. Başka bir deyişle eğer belirtilen kimlik doğrulama yöntemlerinden herhangi biri başarılı diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7f58d0c1ea..8f0d06abf0 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -603,7 +603,7 @@ AllowOverrideList CookieTracking CookieName -

In the example above AllowOverride +

In the example above AllowOverride grants permission to the AuthConfig directive grouping and AllowOverrideList grants permission to only two directives from the FileInfo directive diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index ac56080efa..257fbc6cea 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -635,7 +635,7 @@ AllowOverrideList CookieTracking CookieName -

Yukarıdaki örnekte AllowOverride +

Yukarıdaki örnekte AllowOverride yönergesi AuthConfig yönerge grubuna izin verirken AllowOverrideList yönergesi FileInfo yönerge grubundan yalnız iki yönergeye izin diff --git a/docs/manual/mod/mod_access_compat.html.ja.utf8 b/docs/manual/mod/mod_access_compat.html.ja.utf8 index 64bcf842fb..a7a6535d47 100644 --- a/docs/manual/mod/mod_access_compat.html.ja.utf8 +++ b/docs/manual/mod/mod_access_compat.html.ja.utf8 @@ -275,7 +275,7 @@

まず Allow ディレクティブが適用されます。どれにもマッチしなかった場合、この時点で - リクエストは拒否されます。次に、全ての + リクエストは拒否されます。次に、全ての Deny ディレクティブが適用されます。どれか一つでもマッチした場合は、 リクエストは拒否されます。 最後に、 Allow にも Deny にもマッチしなかったリクエストは diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en index e0f04618a6..81509ed6af 100644 --- a/docs/manual/mod/mod_authn_core.html.en +++ b/docs/manual/mod/mod_authn_core.html.en @@ -178,8 +178,8 @@ the specified alias

<AuthnProviderAlias> and </AuthnProviderAlias> are used to enclose a group of authentication directives that can be referenced by the alias name - using one of the directives - AuthBasicProvider or + using one of the directives + AuthBasicProvider or AuthDigestProvider.

diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 1a226d26f5..260f8db752 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -943,7 +943,7 @@ AuthLDAPBindPassword "exec:/path/to/otherProgram argument1" authorization checks use comparisons.

This directive only has effect on the comparisons performed during - nested group processing when + nested group processing when AuthLDAPSearchAsUser is also enabled.

This directive should only be used when your LDAP server doesn't @@ -1059,7 +1059,7 @@ own username, instead of anonymously or with hard-coded credentials for the serv search.

If the verbatim username can't directly bind, but needs some - cosmetic transformation, see + cosmetic transformation, see AuthLDAPInitialBindPattern.

This directive should only be used when your LDAP server doesn't @@ -1221,7 +1221,7 @@ environment variable checks use searches.

This directive only has effect on the comparisons performed during - nested group processing when + nested group processing when AuthLDAPCompareAsUser is also enabled.

This directive should only be used when your LDAP server doesn't diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index e6fc31b028..a930902392 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -269,7 +269,7 @@ LoadModule cache_module modules/mod_cache.so circumstances, an administrator is often forced to place independent reverse proxy servers either behind or in front of the caching server to achieve this.

-

To solve this problem the CacheQuickHandler +

To solve this problem the CacheQuickHandler directive can be set to off, and the server will process all phases normally handled by a non-cached request, including the authentication and authorisation phases.

diff --git a/docs/manual/mod/mod_env.html.tr.utf8 b/docs/manual/mod/mod_env.html.tr.utf8 index 1802299e9d..d8ca0efcc5 100644 --- a/docs/manual/mod/mod_env.html.tr.utf8 +++ b/docs/manual/mod/mod_env.html.tr.utf8 @@ -105,7 +105,7 @@ SetEnv SPECIAL_PATH /foo/bin işleme yönergelerinden sonra işleme sokulur. Eğer atadığınız ortam değişkeni, bir RewriteRule yönergesindeki gibi erken işlem aşamalarına girdi sağlıyorsa, bu durumda ortam değişkenini - SetEnvIf ile atamalısınız.

+ SetEnvIf ile atamalısınız.

diff --git a/docs/manual/mod/mod_ldap.html.fr b/docs/manual/mod/mod_ldap.html.fr index 55ed209906..15b2d5bb65 100644 --- a/docs/manual/mod/mod_ldap.html.fr +++ b/docs/manual/mod/mod_ldap.html.fr @@ -242,9 +242,9 @@ LDAPOpCacheTTL 600

Utiliser SSL/TLS

La possibilité de créer des connexions SSL et TLS avec un serveur - LDAP est définie par les directives - LDAPTrustedGlobalCert, - LDAPTrustedClientCert et + LDAP est définie par les directives + LDAPTrustedGlobalCert, + LDAPTrustedClientCert et LDAPTrustedMode. Ces directives permettent de spécifier l'autorité de certification (CA), les certificats clients éventuels, ainsi que le type de chiffrement à utiliser pour la connexion (none, diff --git a/docs/manual/mod/mod_macro.xml.fr b/docs/manual/mod/mod_macro.xml.fr index 7d06c49c30..dcb4bc94a8 100644 --- a/docs/manual/mod/mod_macro.xml.fr +++ b/docs/manual/mod/mod_macro.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index db0040648b..9f5fbd4337 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -28,8 +28,6 @@  fr  |  ja 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
@@ -805,6 +803,21 @@ mandat +

Différences avec la section de configuration Location

+

Une URL d'arrière-plan sera concernée par le conteneur Proxy si + elle commence par la url-avec-jokers, même si le + dernier segment de chemin de la directive ne correspond qu'à un + préfixe de segment dee chemin de l'URL d'arrière-plan. Par exemple, <Proxy + http://example.com/foo> correspondra entre autres aux URLs + http://example.com/foo, http://example.com/foo/bar, et + http://example.com/foobar. La correspondance de l'URL finale + diffère du comportement de la section <Location> qui, pour le cas de cette note, + traitera le segment de chemin final comme s'il se terminait par un + slash.

+

Pour un contrôle plus fin de la correspondance des URL, voir la + directive <ProxyMatch>.

+
+

Voir aussi

    @@ -1092,6 +1105,16 @@ l'espace d'URLs du serveur local off lorsqu'on utilise la directive ProxyPass. +

    Le support des sockets de style Unix est fourni ; il suffit pour + cela d'utiliser une URL cible préfixée par + unix:/path/lis.sock|. Par exemple, pour mandater HTTP + et cibler l'UDS /home/www/socket, vous devez utiliser + unix:/home/www.socket|http://localhost/whatever/.

    + +
    Note :Le chemin associé à l'URL + unix: tient compte de la directive + DefaultRuntimeDir.
    +

    Supposons que le serveur local a pour adresse http://example.com/ ; alors la ligne

    diff --git a/docs/manual/mod/mod_proxy.xml.meta b/docs/manual/mod/mod_proxy.xml.meta index f0185375d4..38a79fdda7 100644 --- a/docs/manual/mod/mod_proxy.xml.meta +++ b/docs/manual/mod/mod_proxy.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja diff --git a/docs/manual/mod/mod_proxy_balancer.html.fr b/docs/manual/mod/mod_proxy_balancer.html.fr index 6595e2a95e..c31837f845 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.fr +++ b/docs/manual/mod/mod_proxy_balancer.html.fr @@ -333,7 +333,7 @@ ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonp

    Pour contrôler votre configuration, regardez tout d'abord si l'abonnement est à base de cookie ou de codage d'URL. L'étape suivante consiste à enregistrer certaines données dans le journal - des accès en utilisant un format + des accès en utilisant un format de journalisation personnalisé. Les champs intéressants sont les suivants :

    diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 879275cd85..672afdca31 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1647,7 +1647,7 @@ be examined and a chain of trust will be constructed.

    Security warning

    If this directive is enabled, all of the certificates in the file will be -trusted as if they were also in +trusted as if they were also in SSLProxyCACertificateFile.

    Example

    diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
    index 3100115e5f..99811fad99 100644
    --- a/docs/manual/mod/mpm_common.html.en
    +++ b/docs/manual/mod/mpm_common.html.en
    @@ -578,7 +578,7 @@ Apache HTTP Server
         ThreadsPerChild
         settings require more than 16 server processes (default). Do not set
         the value of this directive any higher than the number of server
    -    processes required by what you may want for MaxRequestWorkers  and ThreadsPerChild.

    + processes required by what you may want for MaxRequestWorkers and ThreadsPerChild.

    Note

    There is a hard limit of ServerLimit 20000 compiled diff --git a/docs/manual/mod/mpm_common.html.fr b/docs/manual/mod/mpm_common.html.fr index 4869570f08..858b2b4dbe 100644 --- a/docs/manual/mod/mpm_common.html.fr +++ b/docs/manual/mod/mpm_common.html.fr @@ -637,7 +637,7 @@ processus 16 processus serveurs (valeur par défaut). N'affectez pas à la directive ServerLimit une valeur supérieure au nombre de processus requis pour la définition - des directives MaxRequestWorkers + des directives MaxRequestWorkers et ThreadsPerChild.

    Note

    diff --git a/docs/manual/mod/mpm_common.html.ja.utf8 b/docs/manual/mod/mpm_common.html.ja.utf8 index cf8f00e433..c0659e7018 100644 --- a/docs/manual/mod/mpm_common.html.ja.utf8 +++ b/docs/manual/mod/mpm_common.html.ja.utf8 @@ -556,7 +556,7 @@ simultaneously ThreadsPerChild の設定で 16 サーバプロセス (デフォルト) 以上必要になる場合にのみ使用してください。希望の - MaxClients と + MaxClients と ThreadsPerChild とくらべて、必要となるサーバプロセス数以上に大きな値を 設定することは避けてください。

    diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index 1800d30716..e22d7cfe9b 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -106,17 +106,17 @@ MaxRequestWorkers directive. The maximum number of active child processes is determined by the MaxRequestWorkers - directive divided by the + directive divided by the ThreadsPerChild directive.

    Two directives set hard limits on the number of active child processes and the number of server threads in a child process, and can only be changed by fully stopping the server and then - starting it again. ServerLimit + starting it again. ServerLimit is a hard limit on the number of active child processes, and must be greater than or equal to the MaxRequestWorkers - directive divided by the + directive divided by the ThreadsPerChild directive. ThreadLimit is a hard limit of the number of server threads, and must be greater than @@ -132,10 +132,10 @@ the following:

    diff --git a/docs/manual/mod/worker.html.fr b/docs/manual/mod/worker.html.fr index 60e29121cf..563c77b00c 100644 --- a/docs/manual/mod/worker.html.fr +++ b/docs/manual/mod/worker.html.fr @@ -108,7 +108,7 @@ qu'utilise le serveur HTTP Apache MaxRequestWorkers. Le nombre maximum de processus enfants actifs est défini par la valeur de la directive MaxRequestWorkers - divisée par la valeur de la directive + divisée par la valeur de la directive ThreadsPerChild.

    Deux directives permettent de fixer des limites absolues pour le @@ -118,7 +118,7 @@ qu'utilise le serveur HTTP Apache La valeur de la directive ServerLimit constitue une limite absolue pour le nombre de processus enfants actifs, et doit être supérieure ou égale à la valeur de la directive MaxRequestWorkers divisée par la valeur de - la directive + la directive ThreadsPerChild. La valeur de la directive ThreadLimit constitue une limite absolue pour le nombre de threads par processus enfant, et doit être supérieure ou égale à la valeur de la directive ThreadsPerChild.

    @@ -132,10 +132,10 @@ qu'utilise le serveur HTTP Apache processus enfants individuels de la manière suivante :

    diff --git a/docs/manual/mod/worker.html.ja.utf8 b/docs/manual/mod/worker.html.ja.utf8 index cc9061ca9f..3c7f38c70c 100644 --- a/docs/manual/mod/worker.html.ja.utf8 +++ b/docs/manual/mod/worker.html.ja.utf8 @@ -127,10 +127,10 @@

    活動中の子プロセスの数と子プロセス中のサーバスレッドの数の越えられない 上限を設定するディレクティブが二つあります。これらはサーバを 完全に停止して、再起動することでしか変更することはできません。 - ServerLimit + ServerLimit は活動中の子プロセスの越えられない上限を設定し、 MaxClients ディレクティブ - の値を + の値を ThreadsPerChild の値で割った値以上である 必要があります。ThreadLimit は サーバスレッドの越えられない上限で、ThreadsPerChild ディレクティブの @@ -144,10 +144,10 @@ これは以下の様にして実現できます。

      -
    • +
    • MaxRequestsPerChild の値を 0 に設定する
    • -
    • +
    • MaxSpareThreads の値を MaxClients と同じ値にする
    • diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 8c8bc9db0e..569af7d220 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -406,15 +406,24 @@ certain string or letter repeatedly in a request. The example shown here will replace A with B everywhere in a request, and will continue doing so until there are no more As to be replaced.

      -
      RewriteRule (.*)A(.*) $1B$2 [N]
      -

      You can think of this as a while loop: While this pattern still matches (i.e., while the URI still contains an A), perform this substitution (i.e., replace the A with a B).

      +

      In 2.4.8 and later, this module returns an error after 32,000 iterations to +protect against unintended looping. An alternative maximum number of +iterations can be specified by adding to the N flag.

      +
      +# Be willing to replace 1 character in each pass of the loop
      +RewriteRule (.+)[><;]$ $1 [N=64000]
      +# ... or, give up if after 10 loops
      +RewriteRule (.+)[><;]$ $1 [N=10]
      +
      + +
    top

    NC|nocase

    @@ -638,7 +647,7 @@ URI in request' warnings.

    S|skip

    The [S] flag is used to skip rules that you don't want to run. The syntax of the skip flag is [S=N], where N signifies -the number of rules to skip (provided the +the number of rules to skip (provided the RewriteRule matches). This can be thought of as a goto statement in your rewrite ruleset. In the following example, we only want to run the RewriteRule if the diff --git a/docs/manual/rewrite/flags.html.fr b/docs/manual/rewrite/flags.html.fr index 1febf6ec0b..78e30d3dae 100644 --- a/docs/manual/rewrite/flags.html.fr +++ b/docs/manual/rewrite/flags.html.fr @@ -24,6 +24,8 @@

    Langues Disponibles:  en  |  fr 

    +
    Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

    Ce document décrit les drapeaux disponibles dans la directive RewriteRule, en fournissant diff --git a/docs/manual/rewrite/flags.xml.fr b/docs/manual/rewrite/flags.xml.fr index c0c95ccf15..594eaaf1af 100644 --- a/docs/manual/rewrite/flags.xml.fr +++ b/docs/manual/rewrite/flags.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/rewrite/flags.xml.meta b/docs/manual/rewrite/flags.xml.meta index 912229af03..e4f3ee6f49 100644 --- a/docs/manual/rewrite/flags.xml.meta +++ b/docs/manual/rewrite/flags.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/sections.html.tr.utf8 b/docs/manual/sections.html.tr.utf8 index 5e237ade0f..1c8afacd85 100644 --- a/docs/manual/sections.html.tr.utf8 +++ b/docs/manual/sections.html.tr.utf8 @@ -241,7 +241,7 @@

    -

    Diğer yandan <Takma +

    Diğer yandan <Takma adlar> tam tersi eşlenir:

    diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en
    index 88f8b9b277..c41af948e4 100644
    --- a/docs/manual/upgrading.html.en
    +++ b/docs/manual/upgrading.html.en
    @@ -310,8 +310,8 @@ Allow from example.org
           
  • mod_ssl: The default format of the *_DN variables has changed. The old format can still be used with the new LegacyDNStringFormat argument to SSLOptions. The SSLv2 protocol is - no longer supported. SSLProxyCheckPeerCN - and SSLProxyCheckPeerExpire + no longer supported. SSLProxyCheckPeerCN + and SSLProxyCheckPeerExpire now default to On, causing proxy requests to HTTPS hosts with bad or outdated certificates to fail with a 502 status code (Bad gateway)
  • diff --git a/docs/manual/vhosts/fd-limits.html.en b/docs/manual/vhosts/fd-limits.html.en index 3b5139d932..607723ed71 100644 --- a/docs/manual/vhosts/fd-limits.html.en +++ b/docs/manual/vhosts/fd-limits.html.en @@ -89,7 +89,7 @@ statistical analysis of the various virtual hosts. This can be accomplished in the following manner.

    First, you will need to add the virtual host information to the log -entries. This can be done using the +entries. This can be done using the LogFormat directive, and the %v variable. Add this to the beginning of your log format string:

    diff --git a/docs/manual/vhosts/fd-limits.html.fr b/docs/manual/vhosts/fd-limits.html.fr index 4fa28163a2..1958c31099 100644 --- a/docs/manual/vhosts/fd-limits.html.fr +++ b/docs/manual/vhosts/fd-limits.html.fr @@ -99,7 +99,7 @@ de la mani

    Tout d'abord, vous devez ajouter le nom du serveur virtuel à chaque entrée du journal. Ceci se paramètre au moyen de la directive - LogFormat et de la + LogFormat et de la variable %v. Ajoutez cette variable au début de la chaîne de définition du format de journalisations :

    @@ -113,7 +113,7 @@ CustomLog logs/multiple_vhost_log vhost journalisation au format standard (CLF : 'Common Log Format'), mais dont chaque ligne débutera par le nom canonique du serveur virtuel (spécifié par la directive ServerName). -(Voir Formats de journalisation +(Voir Formats de journalisation personnalisés pour d'autres informations sur la personnalisation des fichiers journaux.)

    -- 2.40.0
Description:Serveur mandataire/passerelle multi-protocole
Statut:Extension
Identificateur de Module:proxy_module