Category Archives: haproxy

haproxy: rewrite request aka prefix url

Today I had a task which sounded like this “Change for balancer urls for this VIP – vip:8080 -> server* 16081/int” Long story short: frontend my_vip     bind x.x.x.x:8080     mode http     maxconn 30000     default_backend my_backend backend my_backend     mode http     balance leastconn     acl int_prefix path_beg /int     reqrep ^([^\ :]*)\ … Continue reading haproxy: rewrite request aka prefix url