Is there a way to get Apache to blank sensitive data from logs?
Posted
by
i..
on Server Fault
See other posts from Server Fault
or by i..
Published on 2012-10-04T07:33:09Z
Indexed on
2012/10/04
9:40 UTC
Read the original article
Hit count: 136
We're trying to clean up one of our systems as much as possible & have found that despite our attempts to block, users are accessing a certain part of our system through a HTTP GET with their password in the URL. This results in our Apache logs recording their password in plain text on the server.
Is there an Apache directive or module that can filter out (or replace) certain patterns in its logs?
© Server Fault or respective owner