You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mod_proxy_http2 doesn't seem to reuse the connections to backend servers. A quick test against server1.external causes 200+ connections to server1.internal. If I turn on enablereuse, the connections drop to < 10. For my test, I hard code below in my config:
Since my list of backend servers may change, is there a way to not hardcode every server? Can we enablereuse=on globally, or make it default? Or is there a wildcard? something like
Here is the sample config:
mod_proxy_http2 doesn't seem to reuse the connections to backend servers. A quick test against server1.external causes 200+ connections to server1.internal. If I turn on enablereuse, the connections drop to < 10. For my test, I hard code below in my config:
Since my list of backend servers may change, is there a way to not hardcode every server? Can we
enablereuse=on
globally, or make it default? Or is there a wildcard? something likeIf none of above exists, where is the source can I set the default enablereuse to be on and build my own custom binary?
Thanks!
The text was updated successfully, but these errors were encountered: