diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 17:37:17 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 17:37:17 +0000 |
commit | 5bcb0b468edcaf595fb04e5c5bc2c3665dc9590b (patch) | |
tree | a82c4912cecc71f6689bcc698d0e7c4cdeea178e /www/mod_rpaf2/pkg-descr | |
parent | 486a856d6bb14bad22e55b3d87f80a69725aa3dd (diff) |
Notes
Diffstat (limited to 'www/mod_rpaf2/pkg-descr')
-rw-r--r-- | www/mod_rpaf2/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_rpaf2/pkg-descr b/www/mod_rpaf2/pkg-descr new file mode 100644 index 000000000000..533e405e23c0 --- /dev/null +++ b/www/mod_rpaf2/pkg-descr @@ -0,0 +1,8 @@ +rpaf changes the remote address of the client on incoming proxy +requests. It is used in backend servers that needs to know the IP of the +client, and works in conjunction with mod_proxy_add_forward (which sets +the X-Forwarded-For header). When an X-Host header exists rpaf will take +the hostname found here, put it into Apache, and update the virtualhost +settings so that you can serve virtualhosts on the backend. + +WWW: http://stderr.net/apache/rpaf/ |