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

2004-02-17 Thread Henrik Nordstrom
On Tue, 17 Feb 2004, OTR Comm wrote: > acl password proxy_auth REQUIRED > > So once password is allowed, it is redundant to have the rule > > http_access allow wget_prog > > right? Right. You have already allowed all authenticated users access, including wget. The wget user is just a user lik

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

2004-02-17 Thread OTR Comm
Henrik Nordstrom wrote: > > On Tue, 17 Feb 2004, OTR Comm wrote: > > > acl wget_prog proxy_auth wget > > acl our_networks src 192.168.1.0/24 ... > > redirector_access deny wget_prog > > > > http_access allow password > > How is password defined? If this is all users then no further http_access

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

2004-02-17 Thread Henrik Nordstrom
On Tue, 17 Feb 2004, OTR Comm wrote: > acl wget_prog proxy_auth wget > acl our_networks src 192.168.1.0/24 ... > redirector_access deny wget_prog > > http_access allow password How is password defined? If this is all users then no further http_access rules is needed. > miss_access allow wget_p

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

2004-02-17 Thread OTR Comm
> > 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

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

2004-02-17 Thread Henrik Nordstrom
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_ac

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

2004-02-16 Thread OTR Comm
Henrik Nordstrom wrote: > > On Mon, 16 Feb 2004, OTR Comm wrote: > > > So, how can I stop suqid from getting data offsite except for user that > > wget comes in as? > > See miss_access. > > You probably also want to enable offline_mode unless user access is always > via a neighbor cache using t

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

2004-02-16 Thread Henrik Nordstrom
On Mon, 16 Feb 2004, OTR Comm wrote: > So, how can I stop suqid from getting data offsite except for user that > wget comes in as? See miss_access. You probably also want to enable offline_mode unless user access is always via a neighbor cache using this cache as sibling. Regards Henrik

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

2004-02-16 Thread OTR Comm
Hello, I ma trying to setup a squid system that uses wget to 'feed' data into and then allows authenticated users to access the cached data in the system but not go beyond the cached data. That is, if the data is avalable in the cache, then it is presented to the user, but if the data is not avai