Re: SV: [EMAIL PROTECTED] Running vhosts with php and virtual users

2006-06-04 Thread Sam Nilsson
Mattias Segerdahl wrote: Running php as cgi would still involve unique uid's, and I've got about 30k+ virtual users. Without running under separate UIDs you aren't going to get true separation. With separate UIDs, you can run using SUExec and FastCGI as I'm doing (with a much smaller number

Re: [EMAIL PROTECTED] mod_proxy_balance sticky sessions without cookies?

2006-03-22 Thread Sam Nilsson
[EMAIL PROTECTED] wrote: can you send your patch details so that I can see exactly what change you made in mod_proxy_balancer.c? Here it is what i did from "mod_proxy_balancer.c": --- mod_proxy_balancer.c.ORIG 2005-11-10 16:20:05.0 +0100 +++ mod_proxy_balancer.c2006-01-31 18:0

Re: [EMAIL PROTECTED] mod_proxy_balance sticky sessions without cookies?

2006-03-19 Thread Sam Nilsson
[EMAIL PROTECTED] wrote: Hi Sam, i have had the same problem and i resolve it for me with a source change inside "mod_proxy_balancer.c" In the function "get_path_param" i made the stickyness parameter from the apache config [JESSIONID] lowercase, because here you will get everytime the identifi

[EMAIL PROTECTED] mod_proxy_balance sticky sessions without cookies?

2006-03-18 Thread Sam Nilsson
can't find any info on how this might be accomplished. Thanks for any clues that you can offer, - Sam Nilsson - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach