aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-03-18 02:32:27 +0800
committerclement <clement@FreeBSD.org>2004-03-18 02:32:27 +0800
commit844635eaa07eabcabae4685504035a183a550916 (patch)
treeec64d9ab8b1e08fc39702d3affcca1962a88209f /www/Makefile
parent55101ad97da703b3bf8549cbbf9b7040e246d106 (diff)
downloadfreebsd-ports-gnome-844635eaa07eabcabae4685504035a183a550916.tar.gz
freebsd-ports-gnome-844635eaa07eabcabae4685504035a183a550916.tar.zst
freebsd-ports-gnome-844635eaa07eabcabae4685504035a183a550916.zip
Add mod_rpaf 0.5
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. Author: Thomas Eibner
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 783faf860922..c029ab21ac12 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -264,6 +264,7 @@
SUBDIR += mod_python3
SUBDIR += mod_roaming
SUBDIR += mod_roaming2
+ SUBDIR += mod_rpaf
SUBDIR += mod_ruby
SUBDIR += mod_scgi
SUBDIR += mod_security