On Wed, 7 Jan 2004, Elsen Marc wrote:

>
>
> >
> > Hi all
> >
> > thanks for the reply
> >
> > how do i make squid as a http logger, not to cache the objects,
> >
>
>  Configure Squid with the 'null' storage type :
>
>      --enable-storeio=null,ufs
>
>  Then in squid.conf specify :
>
>       cache_dir null  /null

Note that you'll still get a few cache hits from memory when you use the null
storage scheme.  To prevent all cache hits, you probably want to add:

    acl all src 0/0
    no_cache deny all

Duane W.

Reply via email to