Re: [squid-users] the order of options : src, dst, time ,maxconn,

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Wed, 15 May 2002 16:21:38 +1000 (EST)

Hi,

On Tue, 15 May 2001, quan xiaowen wrote:

> hi :
>
> can you tell me the order about the option :
> src dst time maxconn dstdomain srcdomain
>
> i don not knoe how to put them in a access-list !

You define one access list for each, ie

        acl blah1 src ...
        acl blah2 dst ...

Any ordering is only important in http_access lines where you can combine
acl's, eg

        http_access allow blah1 blah2

The ordering of http_access lines is also important. They are processed in
the order they appear in squid.conf and processing stops at the first
http_access line that matches.

All of this is explained in the FAQ.

Colin

--
Colin Campbell
Unix Support/Postmaster/Hostmaster
CITEC
+61 7 3006 4710
Received on Wed May 15 2002 - 00:21:51 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:07 MST