[squid] kid1| ERROR: No forward-proxy ports configured.

运行 squid 一直配置错误,终于找到原因了!

是由于配置参数不正确:
http_port 3128 transparent

需要将其改成:
http_port 3128
http_port 3129 intercept

透明代理在3.1版以后使用 transparent 参数,但是3.4.5还需要另外占用一个端口,将透明代理和http代理分开使用,3128可以继续做http代理用,3219可以做透明代理用。

时间: 2024-10-12 18:05:24

[squid] kid1| ERROR: No forward-proxy ports configured.的相关文章

Centos7.5透明代理报错[squid] kid1| ERROR: No forward-pro

[[email protected] squid]# squid -vSquid Cache: Version 3.5.20Service Name: squidconfigure options: '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbi

Forward Proxy vs Reverse Proxy

Overview We've talked about reverse proxy servers and how they can really be good at protecting the servers in your internal network. Lately, however, we've realized that some people actually think we're talking about forward proxy servers or that th

reverse proxy and forward proxy

1 什么是forward proxy 一句话,client的proxy就是forward proxy. 2 什么是reverse proxy 一句话,server的proxy就是reverse proxy. 3 difference between them 3.1 forward和reverse forward是前向的意思,reverse是反向的意思.它们是一对相对的概念. 3.2 forward proxy用于给一群请求发起者提供代理 forward proxy,是向服务器端屏蔽client

Reverse Proxy Vs Forward Proxy

Reverse Proxy What is Reverse Proxy Server A reverse proxy server is an intermediate connection point positioned at a network's edge. It receives initial HTTP connection requests, acting like the actual endpoint. Essentially your network's traffic co

Error starting userland proxy: Bind for 0.0.0.0:80: unexpected error (Failure EADDRINUSE) mac下错误记录

架好的环境运行不了,nginx报错,根据提示是80端口被占用. p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff } span.s1 { } ERROR: for eagledock_nginx_1  Cannot restart container affabde5053648c62dbadb0c0e2f44b371e3f0f0c5058e2

Forward Proxy & Reverse Proxy | 正向代理 和 反向代理

对请求和响应内容不做修改的转发的服务器,被称为代理服务器.代理服务器分为两种类型:正向代理 和 反向代理. 正向代理:面向互联网,从更广范围获取信息的代理. 反向代理:面向内部,一般用于某企业的网站的前端的代理.反向代理能承担负载均衡,身份认证,内容缓存的任务.这些功能在反向代理上面实现会显得很自然. 正向代理: 如果使用过 vpn 或者 shadowsocks 等FQ工具访问 Google,那么就是在使用正向代理服务器. 下面的图例解释了正向代理的使用.正向代理服务器在互联网中扮演用户的角色,

III 18 squid

cache server缓存服务器,用来存储(介质为内存或硬盘)用户访问的网页.图片.文件等信息的专用服务器,这种server不仅可以使用户最快的得到他们想要的信息,而且可大大减少服务端网络传输的数据量: cache server往往也是proxy server,对用户来说cache server和proxy server是不可见的: 国内90%的商业CDN公司都在用squid,如网宿.蓝讯.帝联:sina用的是ats: www.squid-cache.org 提升cache命中率: httpd

How to proxy a web site by apache2 in Ubuntu

Install apache2 To execute the install command in terminal: sudo apt-get install apache2 Then, we can find that the apache2 has been installed in "/etc/" directory. [email protected]:cd /etc/apache2 [email protected]:/etc/apache2$ apache2 -versi

安装devstack之配置proxy

Ubuntu 版本:Ubuntu 12.04.5 LTS 配置环境变量 $ cat /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"export http_proxy=http://10.0.0.2:3128export https_proxy=https://10.0.0.2:3128 配置apt.conf $cat /etc/apt/apt.