How to push privoxy traffic through squid?
Ed Flecko
edflecko at gmail.com
Thu Feb 24 20:09:05 UTC 2011
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
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
More information about the freebsd-questions
mailing list