I thought about mod_rewrite but I would like this affinity module to
handle the job of picking a random/round-robin backend server and setting
the cookie itself. That way I don't have any session mgmt code in the
backend server; I will just "know" that certain urls are guaranteed to
bring the user back to the same box.

--Chris

On 22 Nov 2000, David Hodgkinson wrote:

> Chris Nokleberg <[EMAIL PROTECTED]> writes:
> 
> > Of course, the front-end proxy servers don't have mod_perl, so the
> > TransHandler would have to be written in C (?). Does anyone know of any
> > existing code that does this sort of thing? Or simply well-written C
> > TransHandlers that I could work off of? Is there a better way?
> 
> How are you doing session management? I'm sure mod_rewrite could peek
> at the user cookie or mangled URL and redirect accordingly.
> 
> -- 
> Dave Hodgkinson,                             http://www.hodgkinson.org
> Editor-in-chief, The Highway Star           http://www.deep-purple.com
>       Apache, mod_perl, MySQL, Sybase hired gun for, well, hire
>   -----------------------------------------------------------------
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to