Re: [users@httpd] reverse proxy - forward ip

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



allan juul a écrit :
hello,

we have on the same machine an apache2 in front (80) of a backend web
server (8000) in a reverse proxy set up. the backend sees the proxied
requests from the apache as coming from localhost.
we are in a situation were we need the backend to see the request coming
from anything but localhost.

one approach might be to establish a unique host header on the backend,
so the apache would forward requests like:

RewriteRule ^/(.*) http://unique.host.com:8000/$1 [p,l]

instead of

RewriteRule ^/(.*) http://localhost:8000/$1 [p,l]


i just wander if there are an easier / or even another solution to this?
perhaps forwarding the original client ip somehow.

thanks
./a

Give a try to mod proxy,combined with mod_rpaf and mod_extract_forwarded that allows the backend to "see" the forwarded host.


--
François Conil
Administrateur Systèmes et Réseaux
<Pax> I wish my lawn was emo, so it would cut itself.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux