It depends on what you want to achieve. You could write a perl/php/asp script to replay request data to multiple servers but I am not sure what you would want from a module that does this. You could modify mod_proxy_balancer to play the requests to multiple servers instead of load balancing.
Jim On 12 July 2011 22:05, Robin Wood <[email protected]> wrote: > Does anyone know if there is a way to get Apache to send a request to > multiple servers, possibly using something like mod_proxy, and specify > which one I want to take the response from. > > I'm thinking of something like a replication system, take this request > and send it to the main server and also to a second and third server > as a backup. This isn't a replication service, I'm just using this as > an example. > > Robin > _______________________________________________ > Pauldotcom mailing list > [email protected] > http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom > Main Web Site: http://pauldotcom.com > _______________________________________________ Pauldotcom mailing list [email protected] http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom Main Web Site: http://pauldotcom.com
