File: control

package info (click to toggle)
libapache-mod-removeip 1.0b-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: ansic: 126; makefile: 42
file content (26 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download
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
Source: libapache-mod-removeip
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: httpd
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-apache2,
               apache2-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/libapache-mod-removeip
Vcs-Git: https://salsa.debian.org/debian/libapache-mod-removeip.git
Homepage: https://github.com/moba/libapache-mod-removeip
Rules-Requires-Root: no

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.