https://bz.apache.org/bugzilla/show_bug.cgi?id=59373

--- Comment #2 from Ben RUBSON <[email protected]> ---
This should easily work for parameters such as connectiontimeout.

However, for things such as connection pooling, would it work without having to
individually declare each target worker ?

For example, with such a rule :
ProxyPass "/api/" "https://${proxytouse}/api/"; interpolate
Would Apache be "smart" enough to start a worker and its connection pool for
every new proxy it deals with, and if the worker has not been literally
declared in the configuration, to apply the default configuration (which could
have connection pooling enable by default, or at least contain connection
pooling settings) ?

Thank you !

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to