libapache2-mod-rpaf 0.6-1 source package in Ubuntu

Changelog

libapache2-mod-rpaf (0.6-1) unstable; urgency=low

  * QA upload.
  * New upstream release. (Closes: #468460)
    + You can now set the header to parse for the real IP. (Closes: #386630)
    + Move change_remote_ip handler to APR_HOOK_FIRST. (Closes: #386628)
  * Remove all old patches.
  * Change Maintainer to QA, thanks to Piotr Roszatycki for maintaining
    this package in the past.
  * Replace debian/rules with a dh version and some overrides. (Closes: #636893)
  * Remove non working Vcs-* entries from debian/control.
  * Build-Depend on debhelper and apache2-threaded-dev instead of yada.
  * Add a debian/compat 8 file.
  * Add source/format 3.0 quilt.
  * Add ${shlibs:Depends}, ${misc:Depends}, apache2 | apache2-mpm to Depends.
  * Remove ${libapache2-mod-rpaf:Depends} from Depends.
  * Add debian/dirs to create the installation directory.
  * Add a regular debian/copyright file.
  * Add postinst and prerm scripts to enable/disable the module.
  * Increase Standards-Version to 3.9.2 - no changes required beside
    the reworking of the package.
  * Add information about RPAFheader to README.Debian.
  * Add ::1 to RPAFproxy_ips in the default configuration.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:19 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian QA Group
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libapache2-mod-rpaf_0.6.orig.tar.gz 7.5 KiB 80f9dd1b0574747ef2c399335a88cf562491a7f0b940f26c684d065fe6c4c27d
libapache2-mod-rpaf_0.6-1.debian.tar.gz 4.4 KiB e6fa14eb4377f8f54215f8344d5e537233f11d0af11963bac3fe86269acfbc0a
libapache2-mod-rpaf_0.6-1.dsc 1.7 KiB 9dff9025079eedf0f044abf29583e9934ec596b76a9a3b13115cf69a9d805999

Available diffs

View changes file

Binary packages built by this source

libapache2-mod-rpaf: module for Apache2 which takes the last IP from the 'X-Forwarded-For' header

 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.