小编Ajm*_*mro的帖子

鱿鱼代理错误 403 tcp 如何修复

大家好,我正在安装 squid 作为 HTTP 代理,用于使用工具从 google 抓取 url 我已经配置了所有东西,但是当我连接到 squid 时,它给出了 tcp 403 错误我有 ubuntu14.04 并且我没有更改其默认设置只是更改HTTP_access 拒绝所有允许并且所有都相同我想使用该代理进行抓取目的应该是它的配置文件,请帮助我搜索超过 2 天的内容。

http_port 3128

refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320

acl localnet src 10.0.0.0/8     # RFC 1918 possible internal network
acl localnet src 172.16.0.0/12  # RFC 1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC 1918 possible internal network
acl localnet src fc00::/7       # RFC 4193 local …
Run Code Online (Sandbox Code Playgroud)

ubuntu proxy squid http-proxy ubuntu-14.04

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

http-proxy ×1

proxy ×1

squid ×1

ubuntu ×1

ubuntu-14.04 ×1