访问 URL 报错 500 Internal Privoxy Error

1,472 阅读1分钟
  • 访问链接报错 500 Internal Privoxy Error

    image.png

    500 Internal Privoxy Error
    Privoxy encountered an error while processing your request:
    
    Could not load template file no-server-data or one of its included components.
    
    Please contact your proxy administrator.
    
    If you are the proxy administrator, please put the required file(s)in the (confdir)/templates directory. The location of the (confdir) directory is specified in the main Privoxy config file. (It's typically the Privoxy install directory, or /etc/privoxy/).
    
  • 原因:你的 hosts 文件中缺少该域名解析。

  • 解决方案一:找到 hosts 添加一下改域名,如果 hosts 里面存在该域名但是没生效,拷贝出来重新覆盖一遍。

  • 解决方案二:暂时通过 IP 进行访问一下,将 URL 中的域名换成对应 IP 进行访问。