On Tue 02 Jul 2002, Marc Boucher wrote:
> At 20:05 01/07/2002 +0200, Heinrich Hornig wrote:
> > Hi, I am useing wwwoffle 2.6d on Konqueror SuSE 7.2, ladly Privoxy was
> added. 
> > So far I only can use one of then, how can I get them working together? 
> > Heinrich
> 
> I suppose they are both proxies, and using port 8080 for connections from
> the browser. Configure your box to add a second IP on the network
> interface; one for each proxy. This way they can both bind to the same port.
> 
> Or one of the daemons could be set to use a different port.

That's hardly "getting them working together", it's getting them working
alongside each other, independently.

If Privoxy uses port 8080, configure wwwoffle to use a different port,
e.g.:

    http-port = 8800

in the StartUp section.
Then, in the Proxy section:

    <http://*> proxy = localhost:8080

This tells wwwoffle to use port 8080 on the same system as a parent
proxy. Hence requests from your browser to wwwoffle (on port 8800!)
will be passed from wwwoffle to Privoxy (on port 8080), and from there
to the rest of the internet.


Paul Slootman

Reply via email to