Re: cvs commit: modperl-2.0/t/response/TestModules proxy.pm

2003-08-27 Thread Stas Bekman
Geoffrey Young wrote: this is a pretty big deal, as mod_perl tests have always run against a single available server. are we sure that this isn't going to be problematic on some platforms (namely win32, as usual :)? though I guess from the docs MaxClients is meaningless to that mpm. Not rea

Re: cvs commit: modperl-2.0/t/response/TestModules proxy.pm

2003-08-27 Thread Geoffrey Young
this is a pretty big deal, as mod_perl tests have always run against a single available server. are we sure that this isn't going to be problematic on some platforms (namely win32, as usual :)? though I guess from the docs MaxClients is meaningless to that mpm. Not really, all tests designe

Re: cvs commit: modperl-2.0/t/response/TestModules proxy.pm

2003-08-27 Thread Stas Bekman
Geoffrey Young wrote: [EMAIL PROTECTED] wrote: stas2003/08/26 16:28:04 Modified:lib/ModPerl TestRun.pm Added: t/modules proxy.t t/response/TestModules proxy.pm Log: new test: converting a normal request to a proxy request - requires to bump up the numb

Re: cvs commit: modperl-2.0/t/response/TestModules proxy.pm

2003-08-27 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: stas2003/08/26 16:28:04 Modified:lib/ModPerl TestRun.pm Added: t/modules proxy.t t/response/TestModules proxy.pm Log: new test: converting a normal request to a proxy request - requires to bump up the number of maxclients to 2 t