PDA

View Full Version : logging a whole request


henster
08-02-2010, 07:38 AM
Hi there,

Is it possible to log a whole request? All headers and body.

Thanks - henry

mistwang
08-02-2010, 08:10 AM
Under what condition?
Request body could be huge, LSWS does not log request body.
The most detailed request logging is in the mod_security audit log file.
If you want to check the request detail, you can try "tcpdump".