You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/07/09 15:35:50 UTC

[Bug 59765] provide a way to obfuscate/hash IP addresses

https://bz.apache.org/bugzilla/show_bug.cgi?id=59765

--- Comment #2 from Luca Toscano <to...@gmail.com> ---
The implementation seems not super difficult, but I have a couple of questions:

1) How would it be better to set the "obfuscate" mode to on? Something like
ExtendedStatus in core or by other means?

2) hashing every single IP address with a reasonable function could be good for
a lot of reasons (no need for a shared state to assign the same value to the
same IP over multiple requests, variety in the hashing functions, etc..) but it
could also lead to resources waste while doing hash calculations on busy
servers. Would it be reasonable just to remove the "Client" column from status
and extended status? This concern might be not relevant with modern CPU, but it
is good in my opinion to discuss it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org