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

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2014-01-24 10:24:27 UTC
  • Revision ID: package-import@ubuntu.com-20140124102427-n3fpssca644wg4z7
Tags: 0.6-12
* Add transition notes
* Fix lintian error: vcs-field-not-canonical
* Bump up Standards-Version (to 3.9.5)
* Add --no-silent to LTFLAGS
* Restore 030_ipv6.patch, removed by QA upload in 0.6-1 (Closes: #726529)
* Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
libapache2-mod-rpaf for Debian
2
2
------------------------------
3
3
 
4
 
The mod_remoteip, available in the Apache 2.4 (not included in the
5
 
Debian Wheezy) can be used for the same purpose:
 
4
The mod_remoteip, available in the Apache 2.4 (Debian Jessie)
 
5
can be used for the same purpose:
6
6
http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html
7
7
 
8
 
This module should be considered as deprecated after Wheezy+.
 
8
This module should be considered as deprecated after Jessie.
 
9
 
 
10
 
 
11
Transition to the remoteip module
 
12
---------------------------------
 
13
 
 
14
The following configuraion snippet for mod_remoteip match the
 
15
default mod_rpaf's configuration:
 
16
-->8--
 
17
<IfModule remoteip_module>
 
18
    RemoteIPInternalProxy 127.0.0.1 ::1
 
19
    RemoteIPHeader X-Forwarded-For
 
20
#   RemoteIPHeader X-Real-IP
 
21
</IfModule>
 
22
-->8--
 
23
 
 
24
You should add this (along with local customisations) to the
 
25
/etc/apache2/mods-available/mod_remoteip.conf file, then do:
 
26
 
 
27
    a2enmod remoteip
 
28
    a2dismod rpaf
 
29
    service apache2 restart
 
30
 
 
31
At this point you could remove the libapache2-mod-rpaf package.