"Plüm, Rüdiger, VF-Group" wrote: >> 3: Pool connection for reuse by any client. > > Yes, but this is needed separately for every origin server you forward to: > > <Proxy http://www.frequentlyused.com/> > # Set an arbitrary parameter to trigger the creation of a worker > ProxySet keepalive=on > </Proxy>
Can I use wildcards to enable connection pooling for all forward proxy destinations? <Proxy *> ProxySet keepalive=on </Proxy> Thanks, Paul
