[squid-users] RE: ACL working in 2.6 but not 2.7

2010-09-29 Thread Sean SPALDING
Hi all,

I'm trying different things here to no avail:

acl monitoring src 139.230.80.11/32 139.230.244.129/32 10.67.124.6/32 
10.67.124.8/32
access_log /var/log/squid/access.log common !monitoring

Any suggestions? Anyone?

Or is this something too simple to warrant a response and I should just read 
the FAQ?


 I'm testing 2.7 and these (slightly obsfucated) lines from our working
 2.6 config no longer appear to be working, ie. requests from these IPs
 are being logged.

 acl monitoring1 src XXX.XXX.80.11
 acl monitoring2 src XXX.XXX.244.129
 acl monitoring3 src 10.67.124.6
 acl monitoring4 src 10.67.124.8
 acl monitoring5 src 127.0.0.1

 access_log /var/log/squid/access.log common !monitoring1 !monitoring2
 !monitoring3 !monitoring4 !monitoring5

--
Regards,

Sean.



This e-mail is confidential. If you are not the intended recipient you must not 
disclose or use the information contained within. If you have received it in 
error please return it to the sender via reply e-mail and delete any record of 
it from your system. The information contained within is not the opinion of 
Edith Cowan University in general and the University accepts no liability for 
the accuracy of the information provided.

CRICOS IPC 00279B


[squid-users] RE: ACL working in 2.6 but not 2.7

2010-09-29 Thread Sean SPALDING
 I'm testing 2.7 and these (slightly obsfucated) lines from our working
 2.6 config no longer appear to be working

FOUND IT!

log_access directive is required. Maybe a bug in 2.6?

acl monitoring src 139.230.80.11/32 139.230.244.129/32 10.67.124.6/32 
10.67.124.8/32
log_access deny monitoring
access_log /var/log/squid/access.log common monitoring


--
Regards,

Sean.


This e-mail is confidential. If you are not the intended recipient you must not 
disclose or use the information contained within. If you have received it in 
error please return it to the sender via reply e-mail and delete any record of 
it from your system. The information contained within is not the opinion of 
Edith Cowan University in general and the University accepts no liability for 
the accuracy of the information provided.

CRICOS IPC 00279B