mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Updated Reference Manual (mediawiki)
parent
13fff9209b
commit
8bf5ca4de3
@ -439,9 +439,9 @@ The format of the audit log format is documented in detail in the Audit Log Data
|
||||
Available audit log parts:
|
||||
*A: Audit log header (mandatory).
|
||||
*B: Request headers.
|
||||
*C: Request body (present only if the request body exists and ModSecurity is configured to intercept it).
|
||||
*C: Request body (present only if the request body exists and ModSecurity is configured to intercept it. This would require SecRequestBodyAccess to be set to on).
|
||||
*D: Reserved for intermediary response headers; not implemented yet.
|
||||
*E: Intermediary response body (present only if ModSecurity is configured to intercept response bodies, and if the audit log engine is configured to record it). Intermediary response body is the same as the actual response body unless ModSecurity intercepts the intermediary response body, in which case the actual response body will contain the error message (either the Apache default error message, or the ErrorDocument page).
|
||||
*E: Intermediary response body (present only if ModSecurity is configured to intercept response bodies, and if the audit log engine is configured to record it. Intercepting response bodies requires SecResponseBodyAccess to be enabled). Intermediary response body is the same as the actual response body unless ModSecurity intercepts the intermediary response body, in which case the actual response body will contain the error message (either the Apache default error message, or the ErrorDocument page).
|
||||
*F: Final response headers (excluding the Date and Server headers, which are always added by Apache in the late stage of content delivery).
|
||||
*G: Reserved for the actual response body; not implemented yet.
|
||||
*H: Audit log trailer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user