> -----Original Message----- > From: [email protected] [mailto:lvs-users- > Subject: [lvs-users] Dynamic Redirects > > LVS Team - > > Is there a way to capture the User-Agent from an HTTP Header, then > query a > database for that User-Agent, then based on the result of the database > query, transparently route the request to an appropriate server? >
Hey Sean, LVS is a layer 3/4 load balancer -- that means it has no logic as to what data is in the actual packet, like HTTP. A task like what you want is better suited for a layer 7 web proxy, such as Nginx (http://nginx.org/). Jason Faulkner Linux Engineer, Rackspace Email & Apps [email protected] _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
