1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: libapache-mod-removeip
Section: web
Priority: optional
Maintainer: Mod_removeip Packaging Group <mod_removeip@lists.riseup.net>
Uploaders: Micah Anderson <micah@debian.org>
Build-Depends: debhelper (>= 4.0.0), apache-dev (>= 1.3.33), apache2-threaded-dev (>= 2.2.3), dpatch
Standards-Version: 3.7.2
Package: libapache-mod-removeip
Architecture: any
Depends: apache-common (>= 1.3.33), ${shlibs:Depends}
Description: Module to remove IP from apache's logs
This package provides the removeip module for the Apache 1.3 webserver.
This module allows for overwriting Apache's environment variable
REMOTE_ADDR with a fixed value. This is necessary to anonymize all logs
written by Apache and to prevent web applications from accessing the original
IP address.
.
Please be advised that activating this module may cause unexpected side effects
to the behavior of your web applications.
.
Homepage: http://dev.riseup.net/privacy/apache/
Package: libapache2-mod-removeip
Architecture: any
Depends: apache2.2-common (>= 2.2.3), ${shlibs:Depends}
Description: Module to remove IP from apache2's logs
This package provides the removeip module for the Apache 2 webserver.
This module allows for overwriting Apache's environment variable
REMOTE_ADDR with a fixed value. This is necessary to anonymize all logs
written by Apache and to prevent web applications from accessing the original
IP address.
.
Please be advised that activating this module may cause unexpected side effects
to the behavior of your web applications.
.
Homepage: http://dev.riseup.net/privacy/apache/
|