ABOUT THIS MODULE
-----------------
Stale IP addresses clog up your database with useless data, not to
mention, may be subject to subpoena by legal authorities in some
jurisdictions.
The IP anonymize module helps ensure users' privacy by establishing a
retention policy for IP addresses recorded in the database. IP
addresses are anonymized on each cron run according to a configurable
retention period. For example, you may wish to preserve IP addresses
for a short while for purposes of identifying spam.
IP anonymize cannot guarantee anonymity, as IP addresses are recorded
at least temporarily, and may also be logged elsewhere in the system
such as webserver error logs. For more robust anonymization, remote IP
addresses can be suppressed by putting your webserver behind a proxy.
See also http://docs.indymedia.org/view/Sysadmin/ApacheLogsWithoutIPs
HOW TO INSTALL
--------------
Place the ip_anon directory in your modules directory, enable the
module at admin/build/modules and go to admin/settings/ip_anon to
configure it.
View source
-
- ABOUT THIS MODULE
- -----------------
-
- Stale IP addresses clog up your database with useless data, not to
- mention, may be subject to subpoena by legal authorities in some
- jurisdictions.
-
- The IP anonymize module helps ensure users' privacy by establishing a
- retention policy for IP addresses recorded in the database. IP
- addresses are anonymized on each cron run according to a configurable
- retention period. For example, you may wish to preserve IP addresses
- for a short while for purposes of identifying spam.
-
- IP anonymize cannot guarantee anonymity, as IP addresses are recorded
- at least temporarily, and may also be logged elsewhere in the system
- such as webserver error logs. For more robust anonymization, remote IP
- addresses can be suppressed by putting your webserver behind a proxy.
- See also http://docs.indymedia.org/view/Sysadmin/ApacheLogsWithoutIPs
-
- HOW TO INSTALL
- --------------
-
- Place the ip_anon directory in your modules directory, enable the
- module at admin/build/modules and go to admin/settings/ip_anon to
- configure it.