mod_log_ipmask
Open Discussion
As an european web-hosting provider, I would like to have Apache mod_log_ipmask in the EasyApache selection, so that we can increase compliance to the GDPR regulations by removing the user-identifying last octet of the IP addresses.
Link to the module: https://github.com/webfactory/mod_log_ipmask
This is an interesting idea. We might also consider doing it as part of our piped logging system, using this as a model:
https://github.com/mmitch/httpd-log-anon-filter
It looks like mod_ip_ipmask module only works with IPv4. The module above works with both IPv4 and IPv6. If we could adapt that to our piped logging code then we wouldn't need other modules.
This is an interesting idea. We might also consider doing it as part of our piped logging system, using this as a model:
https://github.com/mmitch/httpd-log-anon-filter
It looks like mod_ip_ipmask module only works with IPv4. The module above works with both IPv4 and IPv6. If we could adapt that to our piped logging code then we wouldn't need other modules.
Replies have been locked on this page!