mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
1f8b48b772
Approved by: portmgr blanket
9 lines
454 B
Plaintext
9 lines
454 B
Plaintext
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: https://github.com/gnif/mod_rpaf/
|