Re: Help needed with mod_perl-1.99_13 and loading some AWStats modules

2004-05-18 Thread Tom Williams
Perrin Harkins wrote: On Tue, 2004-05-18 at 10:41, Tom Williams wrote: Thanks for the info. I'm responding off the list since my mod_perl questions have basically been answered. You really should keep these questions on the list. Others on there are much more knowledgeable than I am abou

Re: Help needed with mod_perl-1.99_13 and loading some AWStats modules

2004-05-18 Thread Perrin Harkins
Tom Williams wrote: I do notice that from time to time the multi-threaded child processes will die off and new ones spawn and I understand this is normal for the Apache 2.0 work MPM. So, each time a child process terminates the Perl interpreter for that process goes with it and the new child g

Re: Help needed with mod_perl-1.99_13 and loading some AWStats modules

2004-05-17 Thread Tom Williams
Perrin Harkins wrote: Tom Williams wrote: " If sometimes flags are here, problem is in loading the domains.pm (making country array not loaded correctly) file. Because yo use mod_perl and i known this module has a very special way to load pm files and to initialize perl variables (variables are

Re: Help needed with mod_perl-1.99_13 and loading some AWStats modules

2004-05-17 Thread Perrin Harkins
Tom Williams wrote: " If sometimes flags are here, problem is in loading the domains.pm (making country array not loaded correctly) file. Because yo use mod_perl and i known this module has a very special way to load pm files and to initialize perl variables (variables are kept in memory between