Linux服务器中如何安装squid
今天就跟大家聊聊有关Linux服务器中如何安装squid,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。
古田网站建设公司创新互联建站,古田网站设计制作,有大型网站制作公司丰富经验。已为古田近1000家提供企业网站建设服务。企业网站搭建\外贸营销网站建设要多少钱,请找那个售后服务好的古田做网站的公司定做!
安装squid
proxy就是软件代理或者代理服务器,而squid就是一种常用的proxy服务
1、安装squid
[root@localhost wj]#
rpm -qa | grep squid
[root@localhost wj]#
yum install -y squid
Installed:
squid.i686 7:3.1.10-19.el6_4
Complete!
[root@localhost wj]#
|
2、设置防火墙,squid默认使用3128端口,用户可以自行修改一些不冲突的端口,之后要在防火墙中添加端口
[root@localhost wj]#
gedit /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3128 -j ACCEPT
[root@localhost phpMyAdmin]#
service iptables restart
iptables :将链设置为政策
ACCEPT : filter nat [ 确定 ]
iptables :清除防火墙规则: [ 确定 ]
iptables :正在卸载模块: [ 确定 ]
iptables :应用防火墙规则: [ 确定 ]
iptables :载入额外模块: nf_conntrack_ftp [ 确定 ]
[root@localhost phpMyAdmin]#
|
3、启动squid服务
[root@localhost wj]#
service squid start
正在启动
squid : . [ 确定 ]
[root@localhost wj]#
|
4、测试,在浏览器中设置http代理为Linux的ip,端口号3128
随便打开一个网站,可以看到还是能正常访问,说明配置成功
看完上述内容,你们对Linux服务器中如何安装squid有进一步的了解吗?如果还想了解更多知识或者相关内容,请关注创新互联行业资讯频道,感谢大家的支持。
文章题目:Linux服务器中如何安装squid
本文来源:
http://dzwzjz.com/article/gioipe.html