Robert Franklin wrote:

>   acl internal_host dst wwwcache3
>   acl internal_port port 8082
> 
>   http_access allow internal_host internal_port

> I'm not sure if this is a 'feature' or a bug or just me missing
> something... but that certainly got it working.

It is a feature, to allow access control to internal objects. Squid sees
itself as any other server during access controls, but the requests is
then shortcut into code (or cache for -internal-static) instead of being
sent over the network.

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to