Re: Truncated captured request headers

2016-02-19 Thread Adam Renberg
Hi Cyril, The documentation does indeed explain it, my bad. Changing to use req.fhdr solves my problem. Thank you very much for the swift and helpful response! // Adam On Thu, Feb 18, 2016 at 7:32 PM Cyril Bonté wrote: > Hi Adam, > > Le 18/02/2016 11:54, Adam Renberg a

Re: Truncated captured request headers

2016-02-18 Thread Cyril Bonté
Hi Adam, Le 18/02/2016 11:54, Adam Renberg a écrit : Hi, Today I updated our HAProxy config to capture more request headers into the logs. I added the following configuration to our frontends: ``` http-request capture hdr(Host) len 40 http-request capture hdr(X-Real-IP) len 15 http-request

Truncated captured request headers

2016-02-18 Thread Adam Renberg
Hi, Today I updated our HAProxy config to capture more request headers into the logs. I added the following configuration to our frontends: ``` http-request capture hdr(Host) len 40 http-request capture hdr(X-Real-IP) len 15 http-request capture hdr(X-Forwarded-For) len 100 http-request capture