码迷,mamicode.com
首页 > 其他好文 > 详细

爬虫代理squid

时间:2017-11-02 15:50:31      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:config   handle   ase   服务   proxy   code   pid   squid   /etc/   

1 yum -y install squid

配置文件一般是在/etc/squid3/下的squid.conf文件

pyspider使用的时候只需要设置代理服务器为你配置好的服务器的IP就可以了
1 class Handler(BaseHandler):
2     crawl_config = {
3         proxy: 127.0.0.1:6666
4     }

爬虫代理squid

标签:config   handle   ase   服务   proxy   code   pid   squid   /etc/   

原文地址:http://www.cnblogs.com/wangzhisdu/p/7771953.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!