Mark Pelkoski wrote:
>List,
>Thanks in advance for any help on this. I am pulling my hair out!
>I am running Privoxy locally as the cache peer upstream from squid. I
>want to NOT forward any request to site .google.com to Privoxy (as a
>test), just go out and get it... It seems it is not working this way as
>indicated in the FAQs or postings to this list. I can go into Privoxy
>and test the site and Privoxy will tell me if it is being used or not
>and what rules the site are hitting. Here is my applicable squid.conf
>lines:
>
>cache_peer 127.0.0.1 parent 8118 7 no-query
>acl all src 0.0.0.0/0.0.0.0
>acl ftp proto FTP
>acl local-servers dstdomain .google.com
>always_direct allow local-servers
>always_direct allow ftp
>never_direct allow all
>
Mark,
Try: always_direct deny all
rgrds,
Bart
Received on Tue Jun 10 2003 - 10:23:45 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:18 MST