From ea40fea5e032787271e263c51c56788ba3f96f09 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 7 May 2012 14:21:38 +0000 Subject: xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335034 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_remoteip.html.fr | 47 +++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 14 deletions(-) (limited to 'docs/manual/mod/mod_remoteip.html.fr') diff --git a/docs/manual/mod/mod_remoteip.html.fr b/docs/manual/mod/mod_remoteip.html.fr index c6dfe44cbf..c6d959f586 100644 --- a/docs/manual/mod/mod_remoteip.html.fr +++ b/docs/manual/mod/mod_remoteip.html.fr @@ -81,7 +81,7 @@ r
  • mod_status
  • mod_log_config
  • mod_ident
  • - +
    top

    Traitement des adresses distantes

    @@ -151,10 +151,14 @@ du client RemoteIPHeader comme hôte de confiance.

    Exemple à usage interne (répartiteur de - charge)

    RemoteIPHeader X-Client-IP
    + charge)
    +        RemoteIPHeader X-Client-IP
    +	
    -

    Exemple dans le cas d'un mandataire

    RemoteIPHeader X-Forwarded-For
    +

    Exemple dans le cas d'un mandataire

    +        RemoteIPHeader X-Forwarded-For
    +	
    @@ -182,8 +186,8 @@ confiance pour pr charge)
     RemoteIPHeader X-Client-IP
     RemoteIPInternalProxy 10.0.2.0/24
    -RemoteIPInternalProxy passerelle.domaine-local
    -    
    +RemoteIPInternalProxy gateway.localdomain +
    @@ -213,15 +217,15 @@ confiance pour pr

    Exemple à usage interne (répartiteur de charge)

     RemoteIPHeader X-Client-IP
    -RemoteIPInternalProxyList conf/mandataires-de-confiance.lst
    -    
    +RemoteIPInternalProxyList conf/trusted-proxies.lst +
    -

    contenu de conf/mandataires-de-confiance.lst

    - # Nos mandataires internes de confiance
    - 10.0.2.0/24 # Tout le monde dans le groupe de test
    +

    contenu de conf/mandataires-de-confiance.lst

    +         # Nos mandataires internes de confiance
    +         10.0.2.0/24         # Tout le monde dans le groupe de test
              passerelle.domaine-local # Le frontal répartiteur de charge
    -    

    +
    top
    @@ -246,7 +250,7 @@ adresses IP interm

    Exemple

     RemoteIPHeader X-Forwarded-For
     RemoteIPProxiesHeader X-Forwarded-By
    -        
    +
    @@ -307,7 +311,7 @@ confiance pour pr

    Exemple d'adresse de confiance (répartiteur de charge

     RemoteIPHeader X-Forwarded-For
    -RemoteIPTrustedProxyList conf/mandataires-de-confiance.lst
    +RemoteIPTrustedProxyList conf/trusted-proxies.lst
             
    @@ -322,7 +326,22 @@ RemoteIPTrustedProxyList conf/mandataires-de-confiance.lst

    Langues Disponibles:  en  |  fr 

    -
    top

    Commentaires

    This section is experimental!
    Comments placed here should not be expected +to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.