| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 
 | 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 (>= 8.0.0), dh-apache2, apache2-dev (>= 2.2.3), dpatch
Standards-Version: 3.7.2
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libapache-mod-removeip.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libapache-mod-removeip.git
Package: libapache2-mod-removeip
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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/
 |