Add a very simple README file

This commit is contained in:
Matthias Pigulla 2015-08-14 17:39:28 +02:00
parent f04ad74433
commit 8269fe9ff6

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# mod_log_ipmask for Apache 2.4
This Apache module allows you to mask parts of the client's IP address. The IP address will be modified in the server's internal data structures and only the masked value will be available to applications or scripts or for logging.
Masking IP addresses in part or entirely is required by Germany's Telemedia Act. Keeping only partially masked IP addresses in logfiles still allows you to perform web analytics without having to process personal data.
*This module was originally funded and developed by Saxonia's data protection officer. Please see https://www.saechsdsb.de/ipmask for details or installation instructions (German only).*
This fork just adds the necessary fix to make the module compile under Apache 2.4.
It was created by [webfactory GmbH](https://www.webfactory.de), Bonn, Germany.