Re: mod_include's recursion detection

2003-11-25 Thread André Malo
* Stas Bekman <[EMAIL PROTECTED]> wrote: > >> but INCLUDES detects a recursion: > >> > > > > There is a config setting which can increase the number of redirects > > allowed. as far as dynamic vs static.. mod-include doesn't know what is > > underneath it. I belive the recursion is set by d

Re: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2003-11-25 Thread Stas Bekman
Geoffrey Young wrote: [EMAIL PROTECTED] wrote: geoff 2003/11/25 10:56:34 Modified:xs/maps apache_functions.map modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Added: t/response/TestAPI mpm_query.pm show_mpm.pm xs/Apache/MPM Apache__M

Re: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2003-11-25 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > geoff 2003/11/25 10:56:34 > > Modified:xs/maps apache_functions.map modperl_functions.map >xs/tables/current/ModPerl FunctionTable.pm > Added: t/response/TestAPI mpm_query.pm show_mpm.pm >xs/Apache/MPM Apache__MPM.h

Re: Apache::SizeLimit

2003-11-25 Thread Perrin Harkins
Vivek Khera wrote: I think that the docs for freebsd should note that the shared size computation is totally incorrect -- as it is now it only gives you the shared text segment, which is essentially only the compiled C code parts of perl. Yes. Here's a complete answer on the subject from Doug Stei

Re: Apache::SizeLimit

2003-11-25 Thread Vivek Khera
> "PH" == Perrin Harkins <[EMAIL PROTECTED]> writes: PH> Vivek Khera wrote: >> So, either it is fixed in freebsd 4.9 or fixed in perl 5.8.2. >> SizeLimit does seem to work with these latest versions. PH> Glad to hear it. I suspect it is fixed by the FreeBSD upgrade, because PH> the issue is

Re: Apache::SizeLimit

2003-11-25 Thread Perrin Harkins
Vivek Khera wrote: So, either it is fixed in freebsd 4.9 or fixed in perl 5.8.2. SizeLimit does seem to work with these latest versions. Glad to hear it. I suspect it is fixed by the FreeBSD upgrade, because the issue is that process size calculations are difficult on FreeBSD. Maybe getrusage()