Hello,

>
> 2.6s15 has a serious cache corruption bug.
> Upgrade to 2.6s16 quick.

Thanks for the reply, but the problem still persists after I upgraded to 2.6s16.

When I logon with a user other than 'wget,' I am getting TCP_MISS/403 in my 
access.log for entries that I know are stored in the
cache since when I logon with user 'wget,' I get TCP_IMS_HIT/304 or 
TCP_MEM_HIT/200 in the access.log for the same entries.


Murrah Boswell

>
> >
> > I am trying to resetup a squid system that uses wget to 'feed' data into 
> > the cache, but does not allow other users in the system
> > access to the Internet. 'wget' can get to the Internet, but other users can 
> > not.
> >
> > What I had working before allowed a user called 'wget' access to the 
> > Internet by using the setup defined below:
> >
> > acl password proxy_auth REQUIRED
> > acl wget_prog proxy_auth wget
> >
> > http_access allow password
> > http_access deny all
> >
> > miss_access allow wget_prog
> > miss_access deny all
> >
> > offline_mode on
> >
> > Now, user 'wget ' gets authenticated and can access the Internet fine and I 
> > see the hits being stored in the cache, however, any
> > other user gets authenticated, but receives a Forwarding Denied error 
> > immediately after logon and when I try to go to any site
that
> > I know is stored in cache. Anybody know what settings I might have 
> > overlooked here?
> >
>
> Check again after the s16 upgrade. Anything cache-related in s15 is suspect.
>
> Amos

Reply via email to