mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7a8d05f3a0
client IP header to outgoing proxy requests. PR: 26074 Submitted by: Anders Nordby <anders@fix.no>
10 lines
289 B
Plaintext
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/
|