Re: [users@httpd] Sending client's IP address to local proxied application server.

2020-10-30 Thread Mike Diehl
{REMOTE_ADDR}as > the value. > > > > Best Regards, > > > > Rob DICKEY > > Americas R&D Technical Customer Support Senior Manager > > rob.dic...@3ds.com > > *3DS.COM* <http://www.3ds.com/> > > *DS Americas Corp.* | *523 W 6th Street | Los

Re: [users@httpd] Sending client's IP address to local proxied application server.

2020-10-16 Thread Mike Diehl
Well, I changed my remoteip.conf file to contain: RemoteIPHeader X-Forwarded-For RemoteIPInternalProxy 127.0.0.1 198.101.193.34 But that didn't change anything. Any other ideas? Mike. On Fri, Oct 16, 2020 at 2:23 PM Eric Covener wrote: > > r...@example.com:/etc/apache2# cat conf-enabled/remo

[users@httpd] Sending client's IP address to local proxied application server.

2020-10-16 Thread Mike Diehl
Hi all, I've got an application server, written in Perl Dancer2, that needs to get access to the client's actual IP address. But instead, it's getting the IP address of the apache server. Both the Apache and application server are running on the same hardware. Here is how I have the vhost define