We use this as the last Service entry in our conf file - it forces over to a
pre-flight server while keeping our standard domain names, sessions, and
certificates.

# Use a development server if the cookie "devmode=yesplease" is set.
Service
  HeadRequire "Cookie:.*devmode=yesplease"
  URL         ".*"
  BackEnd
    # preflight
    Address 10.0.1.37
    Port 80
  End
End

On Tue, Jan 27, 2009 at 1:13 PM, Dave Steinberg <[email protected]> wrote:

> What I am looking for is a way for pound to do two things:
>>
>> 1. Identify which backend to send the request to by looking at a custom
>> header "X-Notes".  (The only way I know of doing this is using
>> "HeadRequire".
>> 2. Send subsequent requests for the same client back to that backend.
>>
>
> I don't think that's possible currently - you'd need something that exists
> in every request to figure out how to lookup where to send them.  AFAIK
> pound doesn't support using one token to determine the session and then
> another to look it up later.
>
> Regards,
> --
> Dave Steinberg
> http://www.geekisp.com/
> http://www.steinbergcomputing.com/
>
>
> --
> To unsubscribe send an email with subject unsubscribe to [email protected].
> Please contact [email protected] for questions.
>


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to