Privoxy Fatal error help needed

Asked By 10 points N/A Posted on -
qa-featured

Privoxy is not working as expected as it is giving me the following error and kept on giving this error can someone help me resolve this issue?

Privoxy error Fatal error: can’t bind to 127.0.0.1:8118: (error number 0)

SHARE
Best Answer by Robert F McMiller
Answered By 0 points N/A #198580

Privoxy Fatal error help needed

qa-featured

Hi Zack,

All you have to do is to change the port in the config to 127.0.0.1:8000 not 8118 

If you can't do it, here is the control address http://www.techsupportforum.com/forums/f31/cant-start-privoxy-on-firefox-tor-vidalia-544928.html

The config text files are supposed to be in the same folder as the executable.

Regards,

Pamela Conley

Best Answer
Best Answer
Answered By 0 points N/A #132436

Privoxy Fatal error help needed

qa-featured

When this error is shown on the screen, it means that your config.txt line 695 begins with a port and an IP address but it lacks the listen-address directive: 

https://www.privoxy.org/config/.

After putting all this code, check that the file contains listen-address directive. If it does not contain it then the default (127.0.0.1:8118) is selected.

Related Questions