EPEL官方网站:fedoraproject.org/wiki/EPEL/zh-cn
安装EPEL库:
rpm -ivh http:/dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm安装完EPEL库之后可以直接用yum安装tinyproxy:
yum -y install tinyproxy启动|重启|重新载入|停止 tinyproxy的方法:
/etc/init.d/tinyproxy [start|restart|reload|stop]
Tinyproxy配置
tinyproxy配置文件目录:
/etc/tinyproxy/tinyproxy.conf如果想让所有的机器都可以链接到tinyproxy,将配置文件中的Allow配置项目注释即可。
如果需要限制只有指定的客户端才能链接,用Allow配置指定IP就可以了,比如我只希望本机(127.0.0.1)连接tinyproxy,配置如下:
Allow 127.0.0.1