On Mon, Jun 15, 2015 at 12:00:44PM +0200, Kevin C wrote: > Le dimanche 14 juin 2015 08:28:06, vous avez écrit : > > Hi Kevin, > > > > On Sat, Jun 13, 2015 at 10:34:07AM +0200, Kevin COUSIN wrote: > > > Hi, > > > > > > Is it possible to capture the CONNECT method information? I try to capture > > > the IP and port in http request "CONNECT 172.20.69.22:5904" to create an > > > ACL to redirect request to backend. > > > > Normally you can since it's the URL of the request, so the "url" > > sample fetch method will return it. > > > > Regards, > > Willy > Thanks for the reply. I thing I want to use HAproxy like a proxy here, not a > reverse proxy (see http://www.ovirt.org/Features/Spice_Proxy). Can HAproxy be > used like a proxy (like squid) ?
No it's not possible. However you can install it in front of squid. That's quite common for outgoing proxy farms. Willy

