当你使用
sudo systemctl restart privoxy
无法启动privoxy,报错
Job for privoxy.service failed because the control process exited with error code. See "systemctl status privoxy.service" and "journalctl -xe" for details.
请检查配置文件/etc/privoxy/config,里面是不是自己添加了listen-address localhost:8118或者listen-address 0.0.0.0:8118, 这个监听地址实际上默认的配置文件里面已经有了,但是默认配置文件太长注释太多,默认的配置行又太分散,然后网上大多数教程都叫你加上那句listen-address…所以删掉自己加的listen-address localhost:8118或者listen-address 0.0.0.0:8118就好。
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/224363.html原文链接:https://javaforall.net
