小编nwt*_*qrd的帖子

apache2.conf 和 ProxyPass 中 keepalive 的区别

我在用 Apache 2.2.22

中的 Keepalive 指令之间有什么区别(如果有) /etc/apache2/apache2.conf

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On
Run Code Online (Sandbox Code Playgroud)

以及/sites-enabled使用 ProxyPass 时配置中的指令

 ProxyPass / http://localhost:8080/app/ connectiontimeout=28800 timeout=28800 Keepalive=On
Run Code Online (Sandbox Code Playgroud)

proxy keepalive 502-error apache2

4
推荐指数
1
解决办法
9490
查看次数

标签 统计

502-error ×1

apache2 ×1

keepalive ×1

proxy ×1