@dalu wrote:
Hey guys,
I’m working on a project for my Bachelor thesis and I am currently trying to understand how HAProxy works. For my project I’d like to log more information from HAProxy. My defaults aremode http
timeout client 120s
timeout server 120s
timeout connect 30s
option http-buffer-request
option httplog
option tcplog
option log-health-checks
log globalI would like to log where every single http-Package is sent to according to my ACL. My ACL, according to my .cnf SHOULD send a package according to information in the http-body.
acl name req.body -m reg < WhatImLookingFor >
use_backend bert if nameAm I on the right track? Or do I need to change something in the source code?
Sorry, I’m a newbie to communication protocols and C.
Thanks in advance,
DL
Posts: 1
Participants: 1