|
From: | Behgal, Vikram |
Subject: | bug#33292: issue : Mask sensitive data in apache logs using sed |
Date: | Mon, 12 Nov 2018 10:41:15 +0000 |
Hi, I am trying to achieve the solution mentioned at https://serverfault.com/questions/220963/preventing-an-apache-2-server-from-logging-sensitive-data Here are the details of issues : https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33292 I am trying to mask data of GET request. Like request Like www.example.com?password=123445&uname=abc<http://www.example.com?password=123445&uname=abc> It should get log in .log file like this : www.example.com?password=XXXXXX&uname=abc<http://www.example.com?password=XXXXXX&uname=abc> Its urgent to me. Please le me know what more information I can provide. Thanks You VIkram
[Prev in Thread] | Current Thread | [Next in Thread] |