mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
5bcb0b468e
(prepare to remove www/apache13 and depending www/mod_rpaf) with hat apache@ PR: 161758 Submitted by: Kris Persson <krisp@mlode.com>
9 lines
456 B
Plaintext
9 lines
456 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: http://stderr.net/apache/rpaf/
|