mod_serf: now somewhat working

2009-03-28 Thread Paul Querna
I've updated mod_serf. It now does: - Fully Async Proxying when running on the Event MPM - Dynamic Clustered Backends based on machines with mod_heartbeat running. - New provider for providing a list of IPs to use, rather than the mod_proxy interface of only working with known workers -- I

Re: mod_serf: now somewhat working

2009-03-28 Thread Graham Leggett
Paul Querna wrote: - Much simpler configuration than mod_proxy, using location blocks (or locationMatch), rather than ProxyPass' hacking of URI stuff way earlier. Proxy is also able to do that. :) I agree, it is a better way to express the configuration. Example configuration: SerfCluster

Re: mod_serf: now somewhat working

2009-03-28 Thread M. Brian Akins
On Mar 28, 2009, at 11:09 AM, Paul Querna wrote: - Much simpler configuration than mod_proxy, using location blocks (or locationMatch), rather than ProxyPass' hacking of URI stuff way earlier. It'd be nice to be able to configure and do stuff at run time using Lua. Someone had to ask...