Hi All, I'm stuck with a url rewriting. It appears that it didn't rewrite at all, I didn't find where is the mistake, so please help :)
The goal is to rrewrite from http://www.arpa.emr.it/bologna/geamappa to This is the part of the config: frontend http-in bind *:80 mode http option httplog option dontlognull acl is_gea path_beg -i /bologna/geamappa acl is_www_arpa_emr_it hdr(host) -i www.arpa.emr.it use_backend boappsrv if is_gea is_www_arpa_emr_it backend boappsrv mode http option forwardfor option httpclose reqirep ^([^\ ]*)\ /bologna/geamappa(/.*) \1\/\2 reqirep ^Host: Host:\ bo-appsrv4-bo.arpa.emr.net server bo-appsrv bo-appsrv4-bo.arpa.emr.net:8080 maxconn 50 Thank you all, Rune

