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 4710Received 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