| Paketname | libapache2-mod-rpaf | 
| Beschreibung | module for Apache2 which takes the last IP from the 'X-Forwarded-For' header | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.5-3 | 
| Sektion | httpd | 
| Priorität | extra | 
| Installierte Größe | 92 Byte | 
| Hängt ab von | apache2.2-common (>= 2.2.6-2), libc6 (>= 2.6.1-1) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Piotr Roszatycki | 
| Quelle |  | 
| Paketgröße | 7604 Byte | 
| Prüfsumme MD5 | 5efaa4530051fc010fe9fa7bcdfdaeee | 
| Prüfsumme SHA1 | d3bb5bc3333593f5a7324c48f960fd35bd6663b6 | 
| Prüfsumme SHA256 | b686c3db3ba14554dd3246041e067b39b668ead4ed9e6cdd37222d18d86bf41b | 
| Link zum Herunterladen | libapache2-mod-rpaf_0.5-3_i386.deb | 
| Ausführliche Beschreibung | rpaf is short for reverse proxy add forward.
.
rpaf is for backend Apache servers what mod_proxy_add_forward is for
frontend Apache servers. It does exactly the opposite of
mod_proxy_add_forward written by Ask Bjorn Hansen.
.
It changes the remote address of the client visible to other Apache modules
when two conditions are satisfied. First condition is that the remote client
is actually a proxy that is defined in httpd.conf. Secondly if there is an
incoming X-Forwarded-For header and the proxy is in its list of known
proxies it takes the last IP from the incoming X-Forwarded-For header and
changes the remote address of the client in the request structure. |