You are here

README.txt in IP Anonymize 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 7 README.txt
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.

File

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