Apache prints the request to access log. The line will tell you which page is access, say test.php but is it possible to ask it to log the HTTP post parameters as well? Ideally, a specific parameter?
|
feedback
|
migrated from superuser.com Dec 11 '09 at 12:55
This question came from our site for computer enthusiasts and power users.
|
Yes, it's possible. I found several references to various methods, depending on whether you want just a set of parameters or a full data dump of POSTed data.
| |||
|
feedback
|
|
Not by default not with the mod_log_config module as far as I know. You might want to check these instructions using the mod_dumpio module. | |||
|
feedback
|