RE: reloading haproxy

2009-05-14 Thread John Lauro
This is what I use to reload: haproxy -D -f /etc/lb-transparent-slave.cfg -sf $(pidof haproxy) (Which has pidof lookup process id instead of file it in a file, but that shouldn't matter.) The main problem is you are (-st) terminating (aborting) existing connections instead of (-sf) finishing

Re: reloading haproxy

2009-05-14 Thread Adrian Moisey
Hi I tried that, also gave the same result. Adrian Moisey Acting Systems Designer | CareerJunction | Better jobs. More often. Web: www.careerjunction.co.za | Email: adr...@careerjunction.co.za Phone: +27 21 818 8621 | Mobile: +27 82 858 7830 | Fax: +27 21 818 8855 John Lauro wrote: This is

R: Transparent proxy

2009-05-14 Thread Carlo Granisso
I've solved my problem (many thansk to John) but now I've another problem with url rewrite/redirection. I need that www.domain.tld is redirected to www.domain.tld/folder/index.jsp (I'm using resin behind haproxy). Here's my cfg: acl addr1 path_end / redirect location