我的网络系统:
互联网<--->Apache 反向代理<---->Apache 应用服务器
客户端访问互联网的 URL:www.example.com
我的问题:
当我访问 www.example.com 并上传数据时(这是 excel 文件)。我收到以下错误:
代理错误
代理服务器收到来自上游服务器的无效响应。代理服务器无法处理请求 POST /index.php/adminstrator/store/substore/import/。
原因:从远程服务器读取错误
Apache/2.2.3 (CentOS) 服务器位于 www.example.com 端口 80
为了解决这个问题,我在 httpd.conf 中设置了配置:
KeepAlive On
MaxKeepAliveRequest 0
KeepAliveTimeout 7200
但它仍然给我同样的错误。