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
e_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
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 third