Let's say that I have an Apache webserver, and I have 100 concurrent users right this very second; 50 on one server and 50 on another (let's say I'm load balanced).
By what method could I prevent new traffic going to one particular server so that I could eventually take the server offline for whatever reason.
The caveat is, I'd like to allow the current active sessions on that particular server to terminate gracefully - allowing those users to finish buying or whatever they're doing.
Does someone have an example of a product or OpenSource app that will allow me to integrate this functionality?
Any input on this would be most appreciated!