1
HAProxy: inoltra a un altro server Web basato sull'URI
Ho una farm HTTP con la seguente configurazione: listen webfarm 10.254.23.225:80 mode http balance roundrobin cookie SERVERID insert option httpclose option forwardfor option httpchk HEAD /check.txt HTTP/1.0 server webA 10.254.23.4:80 cookie A check server webB 10.248.23.128:80 cookie B check Vorrei aggiungere alcune opzioni che inoltrerebbero tutte le richieste per un …