Index of /ports_www/mod_extract_forwarded

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-May-2011 14:15 877 [   ] distinfo 28-May-2011 14:15 153 [DIR] files/ 28-May-2011 14:15 - [TXT] pkg-descr 31-Aug-2009 12:33 604 [TXT] pkg-message 19-Jun-2001 05:59 533 [   ] pkg-plist 10-Apr-2003 02:07 301
mod_extract_forwarded hooks itself into Apache's header parsing phase and looks
for the X-Forwarded-For header which some (most?) proxies add to the proxied
HTTP requests. It extracts the IP from the X-Forwarded-For and modifies the
connection data so to the rest of Apache the request looks like it came from
that IP rather than the proxy IP.

mod_extract_forwarded can be dangerous for host based access control because
X-Forwarded-For is easily spoofed. Because of this you can configure which
proxies you trust or don't trust.

WWW: http://www.openinfo.co.uk/apache/

- Anders Nordby <anders@fix.no>