http_access is an ordered list of rules. The first http_access rule where all listed acls is true will determine the fate of this request.
So you can do something like this: http_access allow manager localhost http_access allow manager localnetwork password assuming localhost is an acl matching the source of the local host, localnetwork matching your local networks and password an proxy_auth acl requiring login.. You cannot use the simple cachemgr_passwd for selective access control, but neither do you need to as shown above.. for more detailed access control levels you can use the urlpath acl to match specific cachemgr actions. Regards Henrik l�r 2003-01-25 klockan 16.24 skrev Mike Saunders: > I'm trying to configure squid so I can use the squid statistics graphing > package available at: http://wessels.squid-cache.org/squid-rrd/ > > The situation is that I need cachemgr.cgi access from localhost without > a password, but I need to have a password for it everywhere else > somebody tries to access it. I'm not sure how to write an acl, or > otherwise configure squid for this. Any recommendations? > > Mike Saunders > Systems Administration > Magic Internet Services, Inc. > (701) 838-1265 > (701) 857-0238 (voicemail) > [EMAIL PROTECTED] > http://www.minot.com -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden
