<example><title>Internal (Load Balancer) Example</title>
<highlight language="config">
RemoteIPHeader X-Client-IP
-RemoteIPTrustedProxy 10.0.2.0/24
-RemoteIPTrustedProxy gateway.localdomain
+RemoteIPInternalProxy 10.0.2.0/24
+RemoteIPInternalProxy gateway.localdomain
</highlight>
</example>
</usage>
the <directive>RemoteIPInternalProxy</directive> directive.</p>
<example><title>Internal (Load Balancer) Example</title>
- RemoteIPHeader X-Client-IP<br/>
- RemoteIPTrustedProxyList conf/trusted-proxies.lst
+ <highlight language="config">
+RemoteIPHeader X-Client-IP
+RemoteIPInternalProxyList conf/trusted-proxies.lst
+ </highlight>
</example>
<example><title>conf/trusted-proxies.lst contents</title>
<example><title>Exemple à usage interne (répartiteur de
charge)</title>
- RemoteIPHeader X-Client-IP
+ <highlight language="config">RemoteIPHeader X-Client-IP</highlight>
</example>
<example><title>Exemple dans le cas d'un mandataire</title>
- RemoteIPHeader X-Forwarded-For
+ <highlight language="config">RemoteIPHeader X-Forwarded-For</highlight>
</example>
</usage>
</directivesynopsis>
<example><title>Exemple à usage interne (répartiteur de
charge)</title>
- RemoteIPHeader X-Client-IP<br/>
- RemoteIPTrustedProxy 10.0.2.0/24<br/>
- RemoteIPTrustedProxy passerelle.domaine-local
+ <highlight language="config">
+RemoteIPHeader X-Client-IP
+RemoteIPInternalProxy 10.0.2.0/24
+RemoteIPInternalProxy passerelle.domaine-local
+ </highlight>
</example>
</usage>
</directivesynopsis>
<example><title>Exemple à usage interne (répartiteur de
charge)</title>
- RemoteIPHeader X-Client-IP<br/>
- RemoteIPTrustedProxyList conf/mandataires-de-confiance.lst
+ <highlight language="config">
+RemoteIPHeader X-Client-IP
+RemoteIPInternalProxyList conf/mandataires-de-confiance.lst
+ </highlight>
</example>
<example><title>contenu de conf/mandataires-de-confiance.lst</title>
<directive>RemoteIPInternalProxy</directive> est omise.</p>
<example><title>Exemple</title>
- RemoteIPHeader X-Forwarded-For<br/>
- RemoteIPProxiesHeader X-Forwarded-By
+ <highlight language="config">
+RemoteIPHeader X-Forwarded-For
+RemoteIPProxiesHeader X-Forwarded-By
+ </highlight>
</example>
</usage>
</directivesynopsis>
<example><title>Exemple d'adresse de confiance (répartiteur de
charge</title>
- RemoteIPHeader X-Forwarded-For<br/>
- RemoteIPTrustedProxy 10.0.2.16/28<br/>
- RemoteIPTrustedProxy proxy.example.com
+ <highlight language="config">
+RemoteIPHeader X-Forwarded-For
+RemoteIPTrustedProxy 10.0.2.16/28
+RemoteIPTrustedProxy proxy.example.com
+ </highlight>
</example>
</usage>
</directivesynopsis>
<example><title>Exemple d'adresse de confiance (répartiteur de
charge</title>
- RemoteIPHeader X-Forwarded-For<br/>
- RemoteIPTrustedProxyList conf/mandataires-de-confiance.lst
+ <highlight language="config">
+RemoteIPHeader X-Forwarded-For
+RemoteIPTrustedProxyList conf/mandataires-de-confiance.lst
+ </highlight>
</example>
<example><title>conf/mandataires-de-confiance.lst contents</title>