Net :: Privoxy Web Proxy Daemon



I have just recently managed to build and deploy the Privoxy web proxy engine for DSL.  I had originally thought of using Squid, but declined for two reasons:
1.  Squid has too much functionality for our requirements
2.  Privoxy comes with DSL sister distro PuppyLinux

Step one, configuration script
autoheader && autoconf && ./configure --with-user=privoxy --disable-dynamic-pcre --disable-dynamic-pcrs

Step two, build it
make all

Then I manually copied the privoxy files to my DSL box, set the permissions, and basically everything appeared work fine.  

Maybe one of the DSL developers can comment on this or make suggestions

for the record,
http://damnsmalllinux.org/cgi-bin....t=14368

But I guess you'd end up with the same result :)


original here.