[Mod-security-developers] Apache2.4 Logging Anomaly (fixed)
Brought to you by:
victorhora,
zimmerletw
From: Christian F. <chr...@ti...> - 2015-02-16 13:32:02
|
Hi there, Apache 2.4 brings the ability to reformat the ErrorLog. However, many options do not work with ModSecurity, as the wrong library call is used. I have submitted a tiny patch to move from "ap_log_error" to "ap_log_rerror", the more appropriate, request-specific library call, which transmits the full request record, so Apache can extract useful information. https://github.com/SpiderLabs/ModSecurity/pull/840 Please take a look. Christian |