-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not work with IPv6? #1
Comments
It seems IPv6 handling is currently missing in the code. I doubt that we will be able to support that anytime soon, mostly because my C is a bit rusty and I am not very familiar with the Apache API. Of course I'd be happy to review a patch. Or maybe Saoxnia's data protection officer or the original author, Florian van Koten at systematics NETWORK SERVICES GmbH, might help with funding and/or coding? |
ping @fvankoten |
I was looking around for solutions and found http://bug.st/mod_anonstats Digging through the Apache docs, I found "piped logs": https://httpd.apache.org/docs/2.4/logs.html#piped (nb: Setting all IPs to "127.0.0.1" can be done without any module: Just add a LogFormat that uses no |
my piped log solution seems to work, I just set up a repo at https://github.com/mmitch/httpd-log-anon-filter |
The IPv6 patch by Peter Conrad working for mod_log_ipmask under apache2.2 is here still working: |
@rseffner Does this work with IPv4 and IPv6 in parallel? If so, would you mind creating a Pull Request for it? |
I don't see many IPv6 requests in my logs, but those don't seem to be anonymized.
Is there a way to anonymize IPv6 addresses as well?
The text was updated successfully, but these errors were encountered: