Re: [squid-users] Don't Know Topic For This Question

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 17 Feb 2004 12:32:56 +0100 (CET)

On Mon, 16 Feb 2004, OTR Comm wrote:

> Okay! Something's not working though!

Have you verified that the content you are trying to cache is cacheable?
See the cacheability engine linked in related software.

> acl wget_prog proxy_auth wget
> acl our_networks src 192.168.1.0/24 ...
> redirector_access deny wget_prog
>
> http_access allow password
> http_access allow wget_prog
> #http_access allow our_networks (Commented out for this test)
> http_access deny all
>
> miss_access deny our_networks

Hmm.. this does not look right. You need to allow wget miss_access and
deny everyone else.

Then you need to allow everyone who should be allowed to use the Squid
server at all in http_access, this includes all your clients including
wget.

Regards
Henrik
Received on Tue Feb 17 2004 - 04:33:00 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:02 MST