How to push privoxy traffic through squid?

Berk Gulenler gulenler at boun.edu.tr
Thu Feb 24 20:59:21 UTC 2011


On 02/24/2011 10:09 PM, Ed Flecko wrote:
> Hi folks,
> I have squid installed and working fine using its default settings; if
> I set my browser proxy to the server address:3128 , everything works
> fine.
>
> I've edited the Privoxy config file and commented out:
>
> debug      1     # Log the destination for each request Privoxy let through.
> debug   1024  # Log the destination for requests Privoxy didn't let
> through, and the reason why.
> debug   4096   # Startup banner and warnings
> debug   8192   # Non-fatal errors
>
> and I've added:
>
> listen-address  127.0.0.1:8118

and also update the line above like this:

listen-address 0.0.0.0:8118

>
> and
>
> forward / 127.0.0.1:3128
>
> to try and push the content through squid...but it doesn't work. When
> I change my browser proxy settings to server address:8118 I can't
> reach the internet.
>
> I managed to make this work once before...but darned if I can remember
> how I did it!
>
> Suggestions???
>
> Thank you,
> Ed
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list