summaryrefslogtreecommitdiff
path: root/www/ap-rpaf
AgeCommit message (Collapse)AuthorFilesLines
2006-06-06Fixed pkglint warnings.rillig2-10/+11
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+4
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv1-2/+2
PR-responsible person (such as I am ;) a little easier.
2006-03-13Make this install properly for Apache 1.3 (I think; I don't have such atv1-3/+6
system to test, but this should be the 1.3 syntax for apxs -i).
2006-03-06ap-rpaf-0.5, an Apache 1/2 module that twiddles the connecting clienttv4-0/+48
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.