]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_remoteip.html.en
rebuild mod pages.
[apache] / docs / manual / mod / mod_remoteip.html.en
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>mod_remoteip - Apache HTTP Server</title>
9 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
12 <script src="../style/scripts/prettify.js" type="text/javascript">
13 </script>
14
15 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
16 <body>
17 <div id="page-header">
18 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
19 <p class="apache">Apache HTTP Server Version 2.4</p>
20 <img alt="" src="../images/feather.gif" /></div>
21 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
22 <div id="path">
23 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">Modules</a></div>
24 <div id="page-content">
25 <div id="preamble"><h1>Apache Module mod_remoteip</h1>
26 <div class="toplang">
27 <p><span>Available Languages: </span><a href="../en/mod/mod_remoteip.html" title="English">&nbsp;en&nbsp;</a> |
28 <a href="../fr/mod/mod_remoteip.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
29 </div>
30 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Replaces the original client IP address for the connection
31 with the useragent IP address list presented by a proxies or a load balancer
32 via the request headers.
33 </td></tr>
34 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
35 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>remoteip_module</td></tr>
36 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_remoteip.c</td></tr></table>
37 <h3>Summary</h3>
38
39     <p>This module is used to treat the useragent which initiated the
40     request as the originating useragent as identified by httpd for the
41     purposes of authorization and logging, even where that useragent is
42     behind a load balancer, front end server, or proxy server.</p>
43
44     <p>The module overrides the client IP address for the connection
45     with the useragent IP address reported in the request header configured
46     with the <code class="directive">RemoteIPHeader</code> directive.</p>
47
48     <p>Once replaced as instructed, this overridden useragent IP address is
49     then used for the <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>
50     <code class="directive"><a href="../mod/mod_authz_host.html#require ip">&lt;Require ip&gt;</a></code>
51     feature, is reported by <code class="module"><a href="../mod/mod_status.html">mod_status</a></code>, and is recorded by
52     <code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code> <code>%a</code> and <code class="module"><a href="../mod/core.html">core</a></code>
53     <code>%a</code> format strings. The underlying client IP of the connection
54     is available in the <code>%{c}a</code> format string.</p>
55
56     <div class="warning">It is critical to only enable this behavior from
57     intermediate hosts (proxies, etc) which are trusted by this server, since
58     it is trivial for the remote useragent to impersonate another
59     useragent.</div>
60 </div>
61 <div id="quickview"><h3 class="directives">Directives</h3>
62 <ul id="toc">
63 <li><img alt="" src="../images/down.gif" /> <a href="#remoteipheader">RemoteIPHeader</a></li>
64 <li><img alt="" src="../images/down.gif" /> <a href="#remoteipinternalproxy">RemoteIPInternalProxy</a></li>
65 <li><img alt="" src="../images/down.gif" /> <a href="#remoteipinternalproxylist">RemoteIPInternalProxyList</a></li>
66 <li><img alt="" src="../images/down.gif" /> <a href="#remoteipproxiesheader">RemoteIPProxiesHeader</a></li>
67 <li><img alt="" src="../images/down.gif" /> <a href="#remoteiptrustedproxy">RemoteIPTrustedProxy</a></li>
68 <li><img alt="" src="../images/down.gif" /> <a href="#remoteiptrustedproxylist">RemoteIPTrustedProxyList</a></li>
69 </ul>
70 <h3>Topics</h3>
71 <ul id="topics">
72 <li><img alt="" src="../images/down.gif" /> <a href="#processing">Remote IP Processing</a></li>
73 </ul><h3>See also</h3>
74 <ul class="seealso">
75 <li><code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code></li>
76 <li><code class="module"><a href="../mod/mod_status.html">mod_status</a></code></li>
77 <li><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></li>
78 </ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
79 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
80 <div class="section">
81 <h2><a name="processing" id="processing">Remote IP Processing</a></h2>
82
83     <p>Apache by default identifies the useragent with the connection's
84     client_ip value, and the connection remote_host and remote_logname are
85     derived from this value. These fields play a role in authentication,
86     authorization and logging and other purposes by other loadable
87     modules.</p>
88
89     <p>mod_remoteip overrides the client IP of the connection with the
90     advertised useragent IP as provided by a proxy or load balancer, for
91     the duration of the request. A load balancer might establish a long
92     lived keepalive connection with the server, and each request will
93     have the correct useragent IP, even though the underlying client IP
94     address of the load balancer remains unchanged.</p>
95
96     <p>When multiple, comma delimited useragent IP addresses are listed in the
97     header value, they are processed in Right-to-Left order.  Processing
98     halts when a given useragent IP address is not trusted to present the
99     preceding IP address.  The header field is updated to this remaining
100     list of unconfirmed IP addresses, or if all IP addresses were trusted,
101     this header is removed from the request altogether.</p>
102
103     <p>In overriding the client IP, the module stores the list of intermediate
104     hosts in a remoteip-proxy-ip-list note, which <code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code>
105     can record using the <code>%{remoteip-proxy-ip-list}n</code> format token.
106     If the administrator needs to store this as an additional header, this
107     same value can also be recording as a header using the directive
108     <code class="directive">RemoteIPProxiesHeader</code>.</p>
109
110     <div class="note"><h3>IPv4-over-IPv6 Mapped Addresses</h3>
111     As with httpd in general, any IPv4-over-IPv6 mapped addresses are recorded
112     in their IPv4 representation.</div>
113
114     <div class="note"><h3>Internal (Private) Addresses</h3>
115     All internal addresses 10/8, 172.16/12, 192.168/16, 169.254/16 and 127/8
116     blocks (and IPv6 addresses outside of the public 2000::/3 block) are only
117     evaluated by mod_remoteip when <code class="directive">RemoteIPInternalProxy</code>
118     internal (intranet) proxies are registered.</div>
119
120 </div>
121 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
122 <div class="directive-section"><h2><a name="RemoteIPHeader" id="RemoteIPHeader">RemoteIPHeader</a> <a name="remoteipheader" id="remoteipheader">Directive</a></h2>
123 <table class="directive">
124 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Declare the header field which should be parsed for useragent IP addresses</td></tr>
125 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoteIPHeader <var>header-field</var></code></td></tr>
126 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
127 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
128 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_remoteip</td></tr>
129 </table>
130     <p>The <code class="directive">RemoteIPHeader</code> directive triggers
131     <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> to treat the value of the specified
132     <var>header-field</var> header as the useragent IP address, or list
133     of intermediate useragent IP addresses, subject to further configuration
134     of the <code class="directive">RemoteIPInternalProxy</code> and
135     <code class="directive">RemoteIPTrustedProxy</code> directives.  Unless these
136     other directives are used, <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> will trust all
137     hosts presenting a <code class="directive">RemoteIPHeader</code> IP value.</p>
138
139     <div class="example"><h3>Internal (Load Balancer) Example</h3><pre class="prettyprint lang-config">
140         RemoteIPHeader X-Client-IP
141         </pre>
142 </div>
143
144     <div class="example"><h3>Proxy Example</h3><pre class="prettyprint lang-config">
145         RemoteIPHeader X-Forwarded-For
146         </pre>
147 </div>
148
149 </div>
150 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
151 <div class="directive-section"><h2><a name="RemoteIPInternalProxy" id="RemoteIPInternalProxy">RemoteIPInternalProxy</a> <a name="remoteipinternalproxy" id="remoteipinternalproxy">Directive</a></h2>
152 <table class="directive">
153 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Declare client intranet IP addresses trusted to present the RemoteIPHeader value</td></tr>
154 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoteIPInternalProxy <var>proxy-ip</var>|<var>proxy-ip/subnet</var>|<var>hostname</var> ...</code></td></tr>
155 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
156 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
157 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_remoteip</td></tr>
158 </table>
159     <p>The <code class="directive">RemoteIPInternalProxy</code> directive adds one
160     or more addresses (or address blocks) to trust as presenting a valid
161     RemoteIPHeader value of the useragent IP.  Unlike the
162     <code class="directive">RemoteIPTrustedProxy</code> directive, any IP address
163     presented in this header, including private intranet addresses, are
164     trusted when passed from these proxies.</p>
165
166     <div class="example"><h3>Internal (Load Balancer) Example</h3><pre class="prettyprint lang-config">
167 RemoteIPHeader X-Client-IP
168 RemoteIPInternalProxy 10.0.2.0/24
169 RemoteIPInternalProxy gateway.localdomain
170         </pre>
171 </div>
172
173 </div>
174 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
175 <div class="directive-section"><h2><a name="RemoteIPInternalProxyList" id="RemoteIPInternalProxyList">RemoteIPInternalProxyList</a> <a name="remoteipinternalproxylist" id="remoteipinternalproxylist">Directive</a></h2>
176 <table class="directive">
177 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Declare client intranet IP addresses trusted to present the RemoteIPHeader value</td></tr>
178 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoteIPInternalProxyList <var>filename</var></code></td></tr>
179 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
180 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
181 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_remoteip</td></tr>
182 </table>
183     <p>The <code class="directive">RemoteIPInternalProxyList</code> directive specifies
184     a file parsed at startup, and builds a list of addresses (or address blocks)
185     to trust as presenting a valid RemoteIPHeader value of the useragent IP.</p>
186
187     <p>The '<code>#</code>' hash character designates a comment line, otherwise
188     each whitespace or newline separated entry is processed identically to
189     the <code class="directive">RemoteIPInternalProxy</code> directive.</p>
190
191     <div class="example"><h3>Internal (Load Balancer) Example</h3><pre class="prettyprint lang-config">
192 RemoteIPHeader X-Client-IP
193 RemoteIPInternalProxyList conf/trusted-proxies.lst
194         </pre>
195 </div>
196
197     <div class="example"><h3>conf/trusted-proxies.lst contents</h3><div class="example"><pre>
198 # Our internally trusted proxies;
199 10.0.2.0/24         #Everyone in the testing group
200 gateway.localdomain #The front end balancer
201          </pre></div></div>
202
203 </div>
204 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
205 <div class="directive-section"><h2><a name="RemoteIPProxiesHeader" id="RemoteIPProxiesHeader">RemoteIPProxiesHeader</a> <a name="remoteipproxiesheader" id="remoteipproxiesheader">Directive</a></h2>
206 <table class="directive">
207 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Declare the header field which will record all intermediate IP addresses</td></tr>
208 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoteIPProxiesHeader <var>HeaderFieldName</var></code></td></tr>
209 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
210 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
211 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_remoteip</td></tr>
212 </table>
213     <p>The <code class="directive">RemoteIPProxiesHeader</code> directive specifies
214     a header into which <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> will collect a list of
215     all of the intermediate client IP addresses trusted to resolve the useragent
216     IP of the request. Note that intermediate
217     <code class="directive">RemoteIPTrustedProxy</code> addresses are recorded in
218     this header, while any intermediate
219     <code class="directive">RemoteIPInternalProxy</code> addresses are discarded.</p>
220
221     <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">
222 RemoteIPHeader X-Forwarded-For
223 RemoteIPProxiesHeader X-Forwarded-By
224     </pre>
225 </div>
226
227 </div>
228 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
229 <div class="directive-section"><h2><a name="RemoteIPTrustedProxy" id="RemoteIPTrustedProxy">RemoteIPTrustedProxy</a> <a name="remoteiptrustedproxy" id="remoteiptrustedproxy">Directive</a></h2>
230 <table class="directive">
231 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Declare client intranet IP addresses trusted to present the RemoteIPHeader value</td></tr>
232 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoteIPTrustedProxy <var>proxy-ip</var>|<var>proxy-ip/subnet</var>|<var>hostname</var> ...</code></td></tr>
233 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
234 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
235 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_remoteip</td></tr>
236 </table>
237     <p>The <code class="directive">RemoteIPTrustedProxy</code> directive adds one
238     or more addresses (or address blocks) to trust as presenting a valid
239     RemoteIPHeader value of the useragent IP.  Unlike the
240     <code class="directive">RemoteIPInternalProxy</code> directive, any intranet
241     or private IP address reported by such proxies, including the 10/8, 172.16/12,
242     192.168/16, 169.254/16 and 127/8 blocks (or outside of the IPv6 public
243     2000::/3 block) are not trusted as the useragent IP, and are left in the
244     <code class="directive">RemoteIPHeader</code> header's value.</p>
245
246     <div class="example"><h3>Trusted (Load Balancer) Example</h3><pre class="prettyprint lang-config">
247 RemoteIPHeader X-Forwarded-For
248 RemoteIPTrustedProxy 10.0.2.16/28
249 RemoteIPTrustedProxy proxy.example.com
250         </pre>
251 </div>
252
253 </div>
254 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
255 <div class="directive-section"><h2><a name="RemoteIPTrustedProxyList" id="RemoteIPTrustedProxyList">RemoteIPTrustedProxyList</a> <a name="remoteiptrustedproxylist" id="remoteiptrustedproxylist">Directive</a></h2>
256 <table class="directive">
257 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Declare client intranet IP addresses trusted to present the RemoteIPHeader value</td></tr>
258 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoteIPTrustedProxyList <var>filename</var></code></td></tr>
259 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
260 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
261 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_remoteip</td></tr>
262 </table>
263     <p>The <code class="directive">RemoteIPTrustedProxyList</code> directive specifies
264     a file parsed at startup, and builds a list of addresses (or address blocks)
265     to trust as presenting a valid RemoteIPHeader value of the useragent IP.</p>
266
267     <p>The '<code>#</code>' hash character designates a comment line, otherwise
268     each whitespace or newline separated entry is processed identically to
269     the <code class="directive">RemoteIPTrustedProxy</code> directive.</p>
270
271     <div class="example"><h3>Trusted (Load Balancer) Example</h3><pre class="prettyprint lang-config">
272 RemoteIPHeader X-Forwarded-For
273 RemoteIPTrustedProxyList conf/trusted-proxies.lst
274         </pre>
275 </div>
276
277     <div class="example"><h3>conf/trusted-proxies.lst contents</h3><p><code>
278        # Identified external proxies;<br />
279        192.0.2.16/28         #wap phone group of proxies<br />
280        proxy.isp.example.com #some well known ISP
281     </code></p></div>
282
283 </div>
284 </div>
285 <div class="bottomlang">
286 <p><span>Available Languages: </span><a href="../en/mod/mod_remoteip.html" title="English">&nbsp;en&nbsp;</a> |
287 <a href="../fr/mod/mod_remoteip.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
288 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;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 <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
289 <script type="text/javascript"><!--//--><![CDATA[//><!--
290 var comments_shortname = 'httpd';
291 var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html';
292 (function(w, d) {
293     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
294         d.write('<div id="comments_thread"><\/div>');
295         var s = d.createElement('script');
296         s.type = 'text/javascript';
297         s.async = true;
298         s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
299         (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
300     }
301     else { 
302         d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
303     }
304 })(window, document);
305 //--><!]]></script></div><div id="footer">
306 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
307 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
308 if (typeof(prettyPrint) !== 'undefined') {
309     prettyPrint();
310 }
311 //--><!]]></script>
312 </body></html>