Hi there, We were looking into using Pound to do a bit of load-balancing for an existing application.
Ideally, we'd like to be able to tell Pound to relay the HTTPS requests to a particular server based on some component of the URL. For example: Users 1 through 200 go to http://server1.domain.com/ Users 2 through 400 go to http://server2.domain.com/ Where the incoming requests look like this: https://secure.domain.com/user/{integer user # goes here}/path/to/file Is that do-able with Pound? If not, any idea if it would be easy to add support for that? Even better would be if it didn't need to be hard-coded- Pound could make a separate HTTP request to another server to ask "Hey, what server should I relay to?" and relay to the hostname returned in the HTTP response. Thanks! -- - Keith Palmer [email protected] 1.860.429.0218 x42 http://www.AcademicKeys.com -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
