Hi Willy/Oliver,

One small question:

When I capture the header it's returning xxxx.com in the log but when I perform 
Get on xxxx.com:1000 it is not matching the following configuration.

frontend http-1000
    bind *:1000 
    option httplog
    capture request header Host len 20
    acl is_east hdr(host) -i xxxx.com 
    use_backend east_bk_1000_read if is_east

My question is how can I print o/p of hdr(host) & is_east  to log?

Appreciate your help.

Thanks,
Praveen.

Reply via email to