Re: Settings $r->connection->remote_ip doesn't change $r->connection->remote_addr

2009-01-06 Thread Philip M. Gollucci
Mark Moseley wrote: For any of you folks on the modperl-dev list, let me know if this would be more appropriate to post there (i.e. not sure if that's a developer-only list). Anything not a user issue is welcome on the dev list. API changes are certainly welcome. As of course are Patches :)

Re: Settings $r->connection->remote_ip doesn't change $r->connection->remote_addr

2009-01-05 Thread Mark Moseley
On Thu, Dec 18, 2008 at 10:56 AM, Mark Moseley wrote: > I've been banging my head against a wall about a particular issue, but > I'm at something of a loss. >... For the benefit of anyone trying to solve this same problem after switching to mp2, there's a C module called mod_rpaf that does this.

Settings $r->connection->remote_ip doesn't change $r->connection->remote_addr

2008-12-18 Thread Mark Moseley
I've been banging my head against a wall about a particular issue, but I'm at something of a loss. I've got a reverse proxy setup in front of apache (2.2.10 with mp 2.0.4) and setting $r->connection->remote_ip based on a header I add on the reverse proxy. All that is working ok. The bit that I'm p