Asked By
zack lee
10 points
N/A
Posted on - 02/08/2013
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)
Privoxy Fatal error help needed
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.