1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/mod_proxy_add_forward/pkg-descr
Will Andrews 7a8d05f3a0 Add mod_proxy_add_forward 20010201, an apache module that adds a
client IP header to outgoing proxy requests.

PR:		26074
Submitted by:	Anders Nordby <anders@fix.no>
2001-03-31 02:14:14 +00:00

10 lines
289 B
Plaintext

This is an Apache module that adds a 'X-Forwarded-For' header to outgoing proxy
requests like Squid does.
You can then get the client ip back on the "proxied host" by setting
r->connection->remote_ip from this header.
See the source for more info.
WWW: http://develooper.com/code/mpaf/