RE: [squid-users] how to send orginator IP

From: Duane Wessels <wessels@dont-contact.us>
Date: Wed, 7 Jan 2004 08:48:40 -0700 (MST)

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.
Received on Wed Jan 07 2004 - 08:48:41 MST

This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:04 MST