[EMAIL PROTECTED] Apache benchmark in reverse proxy scenario for large Web apps

2008-07-21 Thread Sylvain Beaux
#Performance_Tuning_by_Tweaking_Apache_Configuration) Ie : to support fully 1500 processes : 1500* (6,084 - 3660) = 3600 Mb RAM And a last question, how do apache process chunk encoding requests ? is it allowing 1 process per connection ? so for 1000 simultaneous requests it will require 1000 processes ? thanks a lot :) -- Sylvain

Re: [EMAIL PROTECTED] Apache benchmark in reverse proxy scenario for large Web apps

2008-07-21 Thread Sylvain Beaux
Nick Kew a écrit : On Mon, 21 Jul 2008 17:20:34 +0200 Sylvain Beaux [EMAIL PROTECTED] wrote: Hi gays, Who??? so I calculate Max Client = 1300 Mb / (6,084 - 3660) = 540 processes, I prefered gaving some memory margin in case of ... Do you agree with this result ? Sounds

[EMAIL PROTECTED] Reverse-proxy and Location headers rewriting

2008-05-06 Thread Sylvain Beaux
Hi all, I'm trying to use apache in a reverse-proxy mode. There are 3 feature I'd like to use: 1) URL rewriting 2) Cookie path rewriting 3) Location rewriting in case of 30x reply from my backend server I've made apache working for case 1) but there is something wrong in the second and the