Re: Logging POST body

2014-10-15 Thread Maxim Dounin
Hello! On Wed, Oct 15, 2014 at 12:50:23PM -0400, keeyong wrote: > I am using ngixing as a reverse proxy in front of apache (PHP) as a load > balancer and a logger. For some endpoints, I want to log their POST bodies > and I looked up the Web and found some solution requiring to install > HttpEcho

Re: Logging POST body

2014-10-15 Thread mex
hi, did you even tried too google it? dork: "logging post body nginx" http://stackoverflow.com/questions/4939382/logging-post-data-from-request-body cheers, mex Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254007,254009#

Logging POST body

2014-10-15 Thread keeyong
I am using ngixing as a reverse proxy in front of apache (PHP) as a load balancer and a logger. For some endpoints, I want to log their POST bodies and I looked up the Web and found some solution requiring to install HttpEchoModule. Is there any other way of achieving this? Preferably without insta