On Wed, 2006-08-09 at 13:35 +0300, Liudas Bakšys wrote: > http_port 192.168.0.254:8080 transparent vhost Don't use vhost here... vhost is for accelerator mode, not Internet proxy mode. transparent is all you need for a transparently intercepting Internet proxy. In accelerator mode CONNECT doesn't make sense (it's only relevant to web proxies, not web servers) and is therefore blocked to avoid nasty security implications. Regards Henrik