diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-17 18:32:27 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-17 18:32:27 +0000 |
commit | 20c1796527d86a2bad710547c09555f634f0d4da (patch) | |
tree | 3cd8cae4f35403e8c54bbae19c9a6b9f0342d046 /www/Makefile | |
parent | SIZEify. (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/Makefile | 1 |
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 |