Date: Thu, 24 Feb 2011 12:09:04 -0800 From: Ed Flecko <edflecko@gmail.com> To: freebsd-questions@freebsd.org Subject: How to push privoxy traffic through squid? Message-ID: <AANLkTi=QLJR5VMrfzNMDGYK%2Bt1chUxUDEvq4C6CXHgWq@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=QLJR5VMrfzNMDGYK%2Bt1chUxUDEvq4C6CXHgWq>