glg wrote:
jpollak_al wrote:
Routing by URL isn't really that much work and tools like haproxy, nginx and apache have no problem balancing by URL. I assume Linode is using something like those tools under the covers, so it shouldn't be impossible to add that feature
I wouldn't assume that at all. I've always guessed hardware load balancer, which may or may not be able to do that kind of thing.
You may be right, in which case this request would be difficult to fulfill.
vonskippy wrote:
jpollak_al wrote:
For example, I'd like to be able to use the nodebalancer to send traffic from
http://www.example.com/blog to one set of internal servers and traffic to
http://www.example.com/app to another set of servers.
How is that NODE balancing? Subdomains were invented for just that purpose.
You can node balance /blog to servers A and B, and node balance /app to servers C and D. A single Linode node balancer lets you balance port 80 to servers A and B and port 81 to servers C and D, I'm just requesting the same operation with subdirectories.
Re: subdomains, I refer you back to my previous answers. I suggest you search for "subdomains vs subdirectories" online and come to your own conclusion. I've read a lot and I don't have a definitive answer on the technical merits since there isn't one, but I know what I'd like my user's experience to be.