Hi,

i'm currently testing 1.6.3 and request body logging. I'm wondering that
logging of req body even works without setting "option
http-buffer-request". Also "no option http-buffer-request" seems to have no
effect.


Is this intended or have i missed something?



simplified config:



frontend fe_http_in

    bind *:8001

    option  httplog


    #option http-buffer-request

    declare capture request len 400000
    http-request capture req.body id 0


    capture request header Host len 50
    capture request header User-Agent len 200
    capture request header Referer len 300


    #log-format {"%[capture.req.hdr(0)]"}

    log-format %ci:%cp\ [%t]\ %ft\ %b/%s\ %Tq/%Tw/%Tc/%Tr/%Tt\ %ST\ %B\
%CC\ %CS\ %tsc\ %ac/%fc/%bc/%sc/%rc\ %sq/%bq\ %hr\ %hs\ %{+Q}r


    reqidel ^X-Forwarded-For:.*
    option forwardfor
    option http-server-close

    default_backend be



backend be

     option http-server-close

     server s 127.0.0.1:80




-------------
Best Regards

Bjoern

Reply via email to