Date: Wed, 17 Mar 2004 10:32:27 -0800 (PST) From: Clement Laforet <clement@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_rpaf Makefile distinfo pkg-descr pkg-plist Message-ID: <200403171832.i2HIWRHg078623@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clement 2004/03/17 10:32:27 PST FreeBSD ports repository Modified files: www Makefile Added files: www/mod_rpaf Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.833 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/mod_rpaf/Makefile (new) 1.1 +2 -0 ports/www/mod_rpaf/distinfo (new) 1.1 +8 -0 ports/www/mod_rpaf/pkg-descr (new) 1.1 +3 -0 ports/www/mod_rpaf/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403171832.i2HIWRHg078623>