fre 2009-08-28 klockan 15:22 +0930 skrev Brett Lymn: > On Fri, Aug 28, 2009 at 03:14:52PM +0930, Brett Lymn wrote: > > On Fri, Aug 28, 2009 at 03:33:50AM +0200, Henrik Nordstrom wrote: > > > > > > Then no accelerator options should be used on your http_port, just > > > > > > http_port 80 > > > > > > cache_peer localhost 81 0 name=accel no-query originserver > > > > > > acl accel_sites dstdomain your.accel.site.name > > > cache_peer_access accel accept accel_sites > > > > > > never_direct allow accel_sites > > > > > > > I did: > > > > http_port 80 > > cache_peer 127.0.0.1 parent 81 0 name=squid no-query originserver > > acl accel_site dstdomain squid.my.domain > > cache_peer_access squid allow accel_site > > never_direct allow accel_site > > > > But I get an "Invalid request" error > > > > I should qualify that - I get an "Invalid request" trying to go to the > "acclerated" host - caching access works fine. And the URL you use is http://squid.my.domain/? Regards Henrik