/ Zope / Apsis / Pound Mailing List / Archive / 2003 / 2003-11 / Pound and Apache .htaccess usage

[ << ] [ >> ]

[ Problems compiling on RHEL3 / "Ethan ... ] [ ANNOUNCE: Pound - reverse proxy and load balancer ... ]

Pound and Apache .htaccess usage
Bas Leeflang <b.r.leeflang(at)chem.uu.nl>
2003-11-28 10:52:52 [ FULL ]
Dear Pound users,

I need some guidance to get Apache-2 behind Pound work again with 
IP-based restricted access. I have a 'local' directory in my 
/var/www/html tree. The local directory has a .htaccess file defining 
which IP-numbers are allowed to have access. This worked fine as long as 
Apache was handling the original requests. Now Pound is in front, all 
requests come from the system that runs pound (either localhost or an 
external load balancer system).

In the Pound README reference is made to the X-forward-for parameter 
that get transferred to the backend server.

Is there someone, who can inform me on how to configure Apache-2 to make 
use of this parameter for the conventional .htaccess method?

Question 2: Is there a searchable archive of the Pound mailing list? I 
could not find any thus far.


Cheers,
Bas
[...]

Re: Pound and Apache .htaccess usage
Robert Segall <roseg(at)apsis.ch>
2003-11-28 11:01:38 [ FULL ]
On Friday 28 November 2003 10:52, Bas Leeflang wrote:[...]

Not yet - we're working on it...[...]

Re: Pound and Apache .htaccess usage
Felix Buenemann <atmosfear(at)users.sourceforge.net>
2003-11-28 19:20:35 [ FULL ]
On Friday 28 November 2003 10:52, Bas Leeflang wrote:[...]

I think you wanna try out mod_rpaf (reverse proxy add forward module for 
Apache) from http://stderr.net/apache/rpaf/. It
let's you configure a list of 
frontend servers (aka [reverse] proxies) and will mangle request from those 
by parsing the request header and setting the remote client ip from 
X-Forwarded-For etc.
[...]

Re: Pound and Apache .htaccess usage
Clement Laforet <sheep.killer(at)cultdeadsheep.org>
2003-11-28 19:25:09 [ FULL ]
On Fri, 28 Nov 2003 19:20:35 +0100
Felix Buenemann <atmosfear(at)users.sourceforge.net> wrote:
[...]

there's mod_extract_forwarded too (I had bad experiences with mod_rapf
on apache 1.3). You can find an apache 2.0.x port here:
http://www.cotds.org/mod_extract_forwarded2/

clem

MailBoxer