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

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

2004-05-17 Thread Tom Williams
Hi! I'm trying to get some help in figuring out why I'm having problems with some AWStats perl modules in my Apache 2.0.48 (worker MPM)/mod_perl-1.99_13/Perl 5.8.2 (multi-threaded) on Redhat 9 Linux environment. Here is a link to the AWStats weblog analyzer: http://awstats.sourceforge.net/ Bas

Re: Fwd: Re: some children not returning newly-inserted data

2004-05-17 Thread Perrin Harkins
On Mon, 2004-05-17 at 18:55, Dave Boodman wrote: > OK, here's some small(er) code I that repeats the problem. Dave, this is really too much code, at least for me. It also refers to lots more code that isn't shown here. If you go through the process of reducing all of this to a small and complete

Re: environment not getting reset

2004-05-17 Thread Jean-Michel Hiver
Alex Krohn wrote: Hi, I'm facing a weird problem that's proving difficult to track down. After a certain number of hits to our mod_perl apps, the environment no longer gets reset per request. For example, if you have a script that just dumps the environment, after hitting some piece of code, that

Re: Apache v2 & ModPerl v1.99 build / install

2004-05-17 Thread Stas Bekman
Keith Tingle wrote: I have tried using the source distros of Apache 2.0.49 & ModPerl 1.99.13. I have also tried pulling the latest dev releases of Apache & ModPerl from CVS. In both instances I get the following error attempting to start Apache: $ make test Syntax error on line 12 of ~/httpd.conf:

Apache v2 & ModPerl v1.99 build / install

2004-05-17 Thread Keith Tingle
I have tried using the source distros of Apache 2.0.49 & ModPerl 1.99.13. I have also tried pulling the latest dev releases of Apache & ModPerl from CVS. In both instances I get the following error attempting to start Apache: $ make test Syntax error on line 12 of ~/httpd.conf: Cannot load ~/mod_p

Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Stas Bekman
Geoffrey Young wrote: Hmm, have you by chance missed that I actually wrote the code that does that in the message that this reply goes to? And as I show there, it doesn't work. Please see my original (previous) post. thanks. sorry, I guess I was answering a different question. :) :) I thought you

Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Geoffrey Young
> Hmm, have you by chance missed that I actually wrote the code that does > that in the message that this reply goes to? And as I show there, it > doesn't work. Please see my original (previous) post. thanks. sorry, I guess I was answering a different question. :) I thought you were asking about

Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Stas Bekman
Geoffrey Young wrote: They aren't yet available in mp2, mostly due to the fact that they weren't available in the Apache API until recently, and from what Geoff has mentioned it seems to be incomplete yet. Geoff, what's the current status of these query flags? I wasn't following cvs commits for qui

Re: [mp2] Custom directives

2004-05-17 Thread Geoffrey Young
> I have no idea where 'c' is coming from--like I said, I've instrumented > {SERVER,DIR}_{CREATE,MERGE}, which I think should cover everything. actually, probably too much :) you haven't replied to my email yet, where it looks to me like some of your directives are coming through just fine, but

Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Geoffrey Young
> They aren't yet available in mp2, mostly due to the fact > that they weren't available in the Apache API until recently, and from > what Geoff has mentioned it seems to be incomplete yet. Geoff, what's > the current status of these query flags? I wasn't following cvs commits > for quite some time