`
baalwolf
  • 浏览: 351398 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

apache 做代理 报如下错误:The proxy server received an invalid response from an upstream

 
阅读更多

网站配置是apache+tomcat,tomcat没有报错,apache报错是:

The proxy server received an invalid response from an upstream server. 
The proxy server could not handle the request GET /. 
Reason: Error reading from remote server

解决的方法:

For circumstances where mod_proxy is sending requests to an origin server that doesn't properly implement keepalives or HTTP/1.1, there are two environment variables that can force the request to use HTTP/1.0 with no keepalive. These are set via the SetEnv directive. 
These are the force-proxy -request-1.0 and proxy -nokeepalive notes.

当mod_proxy向一个没有正确实现持久连接(KeepAlive)或HTTP/1.1的原始服务器发送请求的时候,可以通过设置两个环境变量来发送不带持久连接(KeepAlive)的HTTP/1.0请求。这两个变量是通过SetEnv指令设置的。 
以下是force-proxy -request-1.0和proxy -nokeepalive的例子:

编辑 httpd.conf增加这两行:

SetEnv force-proxy-request-1.0.1
SetEnv proxy-nokeepalive 1

之后重启下 apache 服务

分享到:
评论

相关推荐

    Http代理服务器(proxy Server )

    超轻量型 Http proxy Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。

    proxy.rar_delphi Proxy_proxy server_代理 delphi_代理服务器

    用delphi编写设计一款自己的代理服务器软件,实现思路:当前流行的浏览器的系统选项中有一个参数,即“通过代理服务器连接”,经过编程测试,当局域网中一台工作站指定了该属性,再发出Internet请求时,请求数据将...

    设置Proxy Server和SQL Server实现互联网上数据库的安全

    ### 设置Proxy Server与SQL Server实现互联网上的数据库安全 在当今高度互联的世界中,确保数据库的安全性和可用性至关重要。本文将详细介绍如何通过配置Proxy Server与SQL Server来实现互联网上的数据库安全。 ##...

    apache代理mod_proxy、mod_proxy_http代理模块库包下载(32位windows\linux版本).txt

    该软件包是apache的httpd中mod_proxy.so、mod_proxy_http.so代理模块,分别对应包含linux、windows的版本。

    Java_ProxyServer.rar_Java ProxyServer_java proxy server

    Java ProxyServer是一个基于Java实现的代理服务器类,它在客户端和服务器之间起到了中继的作用,允许数据在两者间传输。代理服务器在计算机网络中的主要功能是提供代理服务,它可以隐藏客户端的真实身份,增加网络...

    proxyServer squid / varnish / apache traffic server / ATS

    proxyServer squid / varnish / apache traffic server / ATS 这篇博文讨论了代理服务器的基本概念,并重点介绍了Squid、Varnish和Apache Traffic Server(ATS)这三种流行的代理缓存服务器软件。下面将详细阐述这些...

    ProxyServer (Android 2.1+).apk

    ProxyServer (Android 2.1+).apk

    Proxy Server(代理服务器)

    代理服务器的源程序,只是一个示范,可以了解Proxy原理 program: proxyd module: proxyd.c summary: provides proxy tcp service for a host on an isolated network. programmer: Carl Harris ...

    apache Proxy_Error

    apache Proxy Error apache Proxy Error apache Proxy Error apache Proxy Error

    test_proxy_server.zip

    而"server2.js"可能是一个更复杂的代理配置,例如添加了额外的路由处理、错误处理、自定义请求头或响应头等。它可能包括对不同API端点的代理规则,或者处理HTTPS请求。 使用这样的代理服务器有以下优点: 1. 解决...

    The C++ TCP Proxy server

    C++ TCP Proxy server 是一个简单的基于 ASIO 网络包的简单工具,用于代理外部客户端连接到指定的服务器,使用简单而且高效: 支持连接数限制 支持客户端到多服务器的负载均衡 提供基于IP和连接时间的过滤和访问...

    apache 反向代理实现 负载均衡

    Apache反向代理是一种网络服务器配置技术,用于将客户端请求转发到后端服务器集群,从而实现负载均衡。在高流量网站或应用中,反向代理能够有效地分发流量,提高服务的稳定性和响应速度,同时也提供了更好的可扩展性...

    apache反向代理和负载均衡总结

    ### Apache反向代理与负载均衡深入解析 #### 引言 Apache是一款广泛使用的Web服务器软件,不仅能够处理静态页面,还支持动态内容处理,并具备多种高级功能,如反向代理和负载均衡。本文将深入探讨Apache反向代理与...

    weblogic proxyserver

    WebLogic Proxy Server是Oracle WebLogic Server的一个重要组件,它作为一个反向代理服务器,用于在客户端和WebLogic集群之间提供透明的通信。这个组件允许你通过单一的入口点访问集群中的多个服务器实例,从而实现...

    docker-letsencrypt-nginx-proxy-companion-examples, 结合 Docker gen和 letsencrypt Nginx 代理伙伴的示例.zip

    docker-letsencrypt-nginx-proxy-companion-examples, 结合 Docker gen和 letsencrypt Nginx 代理伙伴的示例 docker-letsencrypt-nginx-proxy-companion-examples这个库是使用 nginx代理插件, docker gen和 docker-...

    apache tomcat 反向代理502错误.txt

    apache tomcat 反向代理,http502错误,百度搜的解决不了问题 a.com 可以访问,www.a.com 无法访问http502错误

    hadoop-yarn-server-web-proxy-2.6.0-API文档-中文版.zip

    Maven坐标:org.apache.hadoop:hadoop-yarn-server-web-proxy:2.6.0; 标签:server、proxy、apache、web、hadoop、yarn、jar包、java、API文档、中文版; 使用方法:解压翻译后的API文档,用浏览器打开“index.html...

    解决代理转发post请求失败

    解决代理转发post请求失败

Global site tag (gtag.js) - Google Analytics