diff options
author | tv <tv@pkgsrc.org> | 2006-03-06 19:31:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-03-06 19:31:03 +0000 |
commit | c2e85581f4dddcc039507833bde32af85eb1dad9 (patch) | |
tree | 278cd6a4fae116396cc4cf689e4597f471aed352 /www/ap-rpaf/PLIST | |
parent | ef627bc06f915b7f3a6b96e46a417b0eb4d28bfa (diff) | |
download | pkgsrc-c2e85581f4dddcc039507833bde32af85eb1dad9.tar.gz |
ap-rpaf-0.5, an Apache 1/2 module that twiddles the connecting client
IP and hostname information for backend servers that receive requests from
reverse proxies.
From DESCR:
mod_rpaf changes the remote address of the client visible to other Apache
modules when two conditions are satisfied. First condition is that the
remote client is actually a proxy that is defined in httpd.conf.
Secondly if there is an incoming X-Forwarded-For header and the proxy is
in it's list of known proxies it takes the last IP from the incoming
X-Forwarded-For header and changes the remote address of the client in
the request structure. It also takes the incoming X-Host header and
updates the virtualhost settings accordingly. For Apache2 mod_proxy it
takes the X-Forwared-Host header and updates the virtualhosts.
Diffstat (limited to 'www/ap-rpaf/PLIST')
-rw-r--r-- | www/ap-rpaf/PLIST | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/ap-rpaf/PLIST b/www/ap-rpaf/PLIST new file mode 100644 index 00000000000..c2159dd5007 --- /dev/null +++ b/www/ap-rpaf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2006/03/06 19:31:03 tv Exp $ +lib/httpd/mod_rpaf.so +share/doc/mod_rpaf.txt |