Search squid archive

RE: Squid3 on ubuntu 10.4 problem using acl whitelist in external file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




> -----Original Message-----
> From: MM Gillon [mailto:margaretgi@xxxxxxxxx] 
> Sent: Monday, 24 May, 2010 10:44
> To: squid-users@xxxxxxxxxxxxxxx
> Subject:  Squid3 on ubuntu 10.4 problem using 
> acl whitelist in external file
> 

> 
> http_access deny !localnet
> http_access deny !whitelist
> http_access deny all
> 
> 

I might be wrong here, but it looks like you're not actually allowing anything.

Deny not localnet
Deny not whitelist
Deny all  (which would include both localnet and whitelist)


Try:

http_access allow localnet
http_access allow whitelist
http_access deny all

(I never use the "deny not" logic, as I like things nice and plain and it seems to get people in trouble.)

James


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux