gennolo
Basic Pleskian
I am using Plesk Obsidian on a Centos 7 VPS.
I occasionally have the need to log POST data in received in web requests.
I tried following this guide which says to use "mod_dumpio" (which is already active in Plesk in the server's Apache modules).
I then inserted :
in the "Apache additional directives" for my domain both for HTTP / HTTPS,
then I restarted httpd and sent a POST request to the server, but nothing appears in the logs for the involved domain.
Am I doing something wrong?
I occasionally have the need to log POST data in received in web requests.
I tried following this guide which says to use "mod_dumpio" (which is already active in Plesk in the server's Apache modules).
I then inserted :
Code:
DumpIOInput On
DumpIOOutput On
LogLevel dumpio:trace7
in the "Apache additional directives" for my domain both for HTTP / HTTPS,
then I restarted httpd and sent a POST request to the server, but nothing appears in the logs for the involved domain.
Am I doing something wrong?