summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-03-06 19:31:03 +0000
committertv <tv>2006-03-06 19:31:03 +0000
commit72de5608d78a9dda328213d8afd32cdb84537a6b (patch)
tree278cd6a4fae116396cc4cf689e4597f471aed352 /www/Makefile
parent53436a70ff0ccf5747a823d7fe8b6f82c291ac58 (diff)
downloadpkgsrc-72de5608d78a9dda328213d8afd32cdb84537a6b.tar.gz
ap-rpaf-0.5, an Apache 1/2 module that twiddles the connecting client
IP and hostname information for backend servers that receive requests from reverse proxies. From DESCR: mod_rpaf changes the remote address of the client visible to other Apache modules when two conditions are satisfied. First condition is that the remote client is actually a proxy that is defined in httpd.conf. Secondly if there is an incoming X-Forwarded-For header and the proxy is in it's list of known proxies it takes the last IP from the incoming X-Forwarded-For header and changes the remote address of the client in the request structure. It also takes the incoming X-Host header and updates the virtualhost settings accordingly. For Apache2 mod_proxy it takes the X-Forwared-Host header and updates the virtualhosts.
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 895ebc892f2..c3126a1f77d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.440 2006/02/17 01:51:09 minskim Exp $
+# $NetBSD: Makefile,v 1.441 2006/03/06 19:31:03 tv Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -32,6 +32,7 @@ SUBDIR+= ap-perl
SUBDIR+= ap-php
SUBDIR+= ap-python
SUBDIR+= ap-rivet
+SUBDIR+= ap-rpaf
SUBDIR+= ap-ruby
SUBDIR+= ap-ssl
SUBDIR+= ap-throttle