aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_rpaf
Commit message (Collapse)AuthorAgeFilesLines
* - Fix INDEX build again...clement2005-12-071-0/+1
| | | | Sorry
* - fix build on 4.x (because of outdated make)clement2005-12-061-2/+1
|
* - remove duplicated AP_FAST_BUILD definitionclement2005-12-051-1/+0
|
* - Convert to new USE_APACHEclement2005-12-052-3/+8
| | | | - Add SHA256
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-041-1/+1
| | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus
* - Assign maintainership to freshly created apache@ mailing listclement2004-08-191-1/+1
|
* - Utilize Makefile.modules.3rdclement2004-04-162-22/+8
| | | | | IMHO, it's one of the best example to see how Makefile.modules.3rd can be useful.
* PKGNAMESUFFIX should be added if WITH_APACHE2 is set. (and not only inclement2004-03-181-0/+1
| | | | slave port)
* Add mod_rpaf 0.5clement2004-03-184-0/+47
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