爬虫代理squid
Posted 大明湖畔的守望者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了爬虫代理squid相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章