500 internal privoxy error错误怎么解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了500 internal privoxy error错误怎么解决相关的知识,希望对你有一定的参考价值。

参考技术A 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).
内部错误,一般是程序代码有语法错误导致,需要进一步查询日志确定。本回答被提问者采纳
参考技术B 回答

您好,1、清除DNS缓存。这个主要用于某些网站打不开的情形。 首先同时按WINDOWS+R键,在弹出窗口输入CMD,然后回车。 在弹出的命令提示符中输入ipconfig /flushdns,然后回车。 2、重置winsock目录,在命令提示符中输入netsh winsock reset,然后回车。重置成功后要重启电脑。这个命令非常好用。

Mac Aria2 使用Privoxy将socks代理转化为http代理

安装Privoxy

打开终端
安装privoxy来实现
这里我是通过brew来进行的安装

brew install privoxy

看到这行已经安装成功

==> Caveats
To have launchd start privoxy at login:
    ln -sfv /usr/local/opt/privoxy/*.plist ~/Library/LaunchAgents
Then to load privoxy now:
    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.privoxy.plist
Or, if you don‘t want/need launchctl, you can just run:
    privoxy /usr/local/etc/privoxy/config
==> Summary

编辑配置文件

echo ‘listen-address 0.0.0.0:8118‘ >> /usr/local/etc/privoxy/config
echo ‘forward-socks5 / localhost:1082 .‘ >> /usr/local/etc/privoxy/config

Ps说明:
8118是要监听的http端口
1082 是我自己本地的shadowsocks监听端口。你可以修改为你自己的

下面启用

/usr/local/Cellar/privoxy/3.0.23/sbin/privoxy /usr/local/etc/privoxy/config

然后使用下面2个命令检查是否启动成功和端口是否已经监听

ps aux  | grep privoxy
Kim              8898   0.0  0.0  2432772    664 s000  S+    3:49下午   0:00.00 grep privoxy
Kim              8892   0.0  0.0  2463696   1332   ??  Ss    3:49下午   0:00.03 /usr/local/Cellar/privoxy/3.0.23/sbin/privoxy /usr/local/etc/privoxy/config

证明已经启动

netstat -an | grep 8118

看到这个

netstat -an | grep 8118
tcp4       0      0  *.8118                 *.*                    LISTEN

证明已经监听
使用 ifconfig 来查看自己的本地IP地址,我自己本地是192.168.1.240
然后在其他支持http代理当中填写 
192.168.1.240:8118 就可以了、

none
 
------分割线---------


配置/etc/privoxy/config
比如我将socks5代理转化为http代理,我可以这样设置。

listen-address  localhost:8118
forward-socks5 / 127.0.0.1:1080 .

然后privoxy /etc/privoxy/config启动即可,这样本地端口的8118端口就是http代理端口。
除此之外privoxy还可以屏蔽网站、去广告等功能,诸位各自摸索罢。

设置Aria2代理

有些软件是不支持socks代理的,比如Aria2。
我们在启动Aria2的时候aria2c --all-proxy=‘http://127.0.0.1:8118‘ -D,就可以让Aria2走http代理了。

以上是关于500 internal privoxy error错误怎么解决的主要内容,如果未能解决你的问题,请参考以下文章

500 internal privoxy error错误怎么解决

shadowsocks,500 internal privoxy error.怎么解决

阿里云新加坡服务器搭建ss 报500 Internal Privoxy Error

Inceptor [Code: 40000, SQL State: 42000] COMPILE FAILED: Internal error NullPointerException: [Erro

Tomcat 提示 HTTP Status 500 – Internal Server ErrorTomcat 提示 HTTP Status 500 – Internal Server Error(示

Error 500--Internal Server Error如何解决