Forum Moderators: DixonJones
And there is not so much time left before GDPR goes live.
the GDPR does not consider normal server logs that record IP address activity as "collecting information" about users
every server on the internet would be at fault.
The default configuration of popular web servers including Apache Web Server and NGINX collect and store at least two of the following three types of logs:
Access logs
Error logs (including processing-language logs like PHP)
Security audit logs (e.g. ModSecurity)
All of these logs contains personal information by default under the new regulation. IP addresses are specifically defined as personal data per Article 4, Point 1; and Recital 49. The logs can also contain usernames if your web service use them as part of their URL structure, and even the referral information that is logged by default can contain personal information (e.g. unintended collection of sensitive data; like being referred from a sensitive-subject website).
If you don’t have a legitimate need to store these logs you should disable logging in your web server. You’re not even allowed to store this type of information without having obtained direct consent for the purposes you intend to store the information for from the persons you’re storing information about. The less customer information you store the lower the risk to your organization.
Enforcement date: 25 May 2018 - at which time those organizations in non-compliance may face heavy fines.[eugdpr.org...]