summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-03-17 18:32:27 +0000
committerClement Laforet <clement@FreeBSD.org>2004-03-17 18:32:27 +0000
commit20c1796527d86a2bad710547c09555f634f0d4da (patch)
tree3cd8cae4f35403e8c54bbae19c9a6b9f0342d046 /www/Makefile
parentSIZEify. (diff)
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
Notes
Notes: svn path=/head/; revision=104314
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