~ubuntu-branches/ubuntu/trusty/libapache2-mod-rpaf/trusty

« back to all changes in this revision

Viewing changes to debian/conf/rpaf.conf

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2007-10-30 13:38:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071030133858-sfv7z02qxkr8chjr
Tags: 0.5-3
* Rename source package name from libapache-mod-rpaf to libapache2-mod-rpaf.
* Dropped Apache 1.3 support. Closes: #429131.
* Resolved problem with keepalive requests. Closes: #345648.
* Support for IPv6-enabled webservers. Closes: #409521, #414450.
* Support for multiple hostnames in X-Forwarded-Host header. Closes: #416387.
* Get last address in the header which is not in RPAFproxy_ips. Closes: #377190.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<IfModule mod_rpaf.c>
 
2
RPAFenable On
 
3
RPAFsethostname On
 
4
RPAFproxy_ips 127.0.0.1
 
5
</IfModule>