Re: libapreq2-2.07 prerequisites (CPAN install)

2006-02-13 Thread Foo Ji-Haw
modperl and Apache::* libraries are generally for the Apache platform. modperl2 and Apache2::* libraries are for the Apache2 platform. so if you end up installing modperl on your Apache2, you've stumbled on the wrong end. Take note that not all Apache2 modules are labelled this way. For example Ap

Re: debugger command always return IO::Handle::DESTROY

2006-02-13 Thread Ken Perl
Yes, my browser gets most of the home page back if I input lots of 'r', except some images are still waiting for downloading. If starting server with -X only the page could be retrieved complete successfully. On 2/14/06, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, 2006-02-13 at 14:27 +080

Re: mod_perl2 + DBILogger causes Segmentation fault (in modperl_dir_config () ?)

2006-02-13 Thread Philippe M. Chiasson
David Lamorski wrote: > Hi Tom, > > thanks for the hint. I always tried out one self compiled mp2 2.0.2 > and got the same segfault with exactly the same > backtrace in gdb. If you rebuild mod_perl with MP_DEBUG=1, your backtrace should endup containing more usefull information, like line numbe

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Philippe M. Chiasson
Geoffrey Young wrote: > we are pleased to announce a new release candidate for the Apache-Test > distribution. > > http://people.apache.org/~geoff/Apache-Test-1.28-dev.tar.gz > > please give it a whirl and report back success or failure. > > prior to the 1.26 release it was discovered that Apa

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Mark Galbreath
It wouldn't hurt to publish the access data needed for SmartCVS and Smart SVN as well.   mark>>> Dan Wilga <[EMAIL PROTECTED]> 13-Feb-06 13:08:21 PM >>> At 9:59 AM -0500 2/13/06, Geoffrey Young wrote:>Mark Galbreath wrote:>>  I'm drawing a blank>>for those following only dev@httpd.apache.org,

Re: Answered: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread Jonathan
On Feb 13, 2006, at 1:39 PM, Perrin Harkins wrote: Perrin- I would test this myself... except that, crazy as it sounds, I'm not currently using mod_perl. It doesn't matter -- you can test this from any old command-line script. Just open a connection, do an insert that works, do one that

Re: Answered: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread Perrin Harkins
On Mon, 2006-02-13 at 13:08 -0500, RJ Herrick wrote: > What I've gathered is that since persistent connections are per child > apache process, any such problem that might arise would be due to the > same child not cleaning its dbhandle attributes up between calls. Yes. > Normally this would be

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Dan Wilga
At 9:59 AM -0500 2/13/06, Geoffrey Young wrote: Mark Galbreath wrote: I'm drawing a blank for those following only dev@httpd.apache.org, and thus may be unaware of what Apache-Test is, here's the deal... For the benefit of anyone who is not a frequent reader of whatever list you post t

Answered: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread RJ Herrick
Thanks for the info everyone. Let's see if it sunk in. What I've gathered is that since persistent connections are per child apache process, any such problem that might arise would be due to the same child not cleaning its dbhandle attributes up between calls. Normally this would be done at th

Re: libapreq2-2.07 prerequisites (CPAN install)

2006-02-13 Thread Joe Schaefer
"Jonathan Mangin" <[EMAIL PROTECTED]> writes: > > Sorry, that was a typo. I was installing Apache2::Request. Hence my > surprise. Strange. Thanks for reporting the issue. You do not need mp1 for building libapreq2, that dependency is simply an error somewhere in our META.yml file- it should

Re: libapreq2-2.07 prerequisites (CPAN install)

2006-02-13 Thread Jonathan Mangin
- Original Message - From: "Joe Schaefer" <[EMAIL PROTECTED]> To: "Jonathan Mangin" <[EMAIL PROTECTED]> Cc: Sent: Monday, February 13, 2006 11:52 AM Subject: Re: libapreq2-2.07 prerequisites (CPAN install) > "Jonathan Mangin" <[EMAIL PROTECTED]> writes: > > > Hi all, > > > > I've just

Re: libapreq 2-2.07

2006-02-13 Thread Joe Schaefer
Clinton Gormley <[EMAIL PROTECTED]> writes: >> libapreq2 is an APR-based shared library used for parsing HTTP cookies, >> query-strings and POST data. This package provides >> >> 1) version 2.5.7 of the libapreq2 library, >> >> 2) mod_apreq2, a filter module necessary for using libapr

Re: libapreq2-2.07 prerequisites (CPAN install)

2006-02-13 Thread Joe Schaefer
"Jonathan Mangin" <[EMAIL PROTECTED]> writes: > Hi all, > > I've just begun looking at mod_perl2 and have a few scripts > running under ModPerl::Registry. Following a thread here, > I wanted to install Apache::Request and look at the source. In that case you want Apache2::Request; Apache::Reque

libapreq2-2.07 prerequisites (CPAN install)

2006-02-13 Thread Jonathan Mangin
Hi all, I've just begun looking at mod_perl2 and have a few scripts running under ModPerl::Registry. Following a thread here, I wanted to install Apache::Request and look at the source. During install, mod_perl is listed as a prerequisite. Answering [yes] begins installation of mod_perl-1.29 whi

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Mark Galbreath
I wasn't complaining; I really was drawing a blank page.  I think it's great you are announcing on this list.  I am, for better or worse, a beta junkie (aka, "masochist").   Mark>>> Geoffrey Young <[EMAIL PROTECTED]> 13-Feb-06 09:59:48 AM >>> Mark Galbreath wrote:> I'm drawing a blankfor thos

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Geoffrey Young
Mark Galbreath wrote: > I'm drawing a blank for those following only dev@httpd.apache.org, and thus may be unaware of what Apache-Test is, here's the deal... Apache-Test http://perl.apache.org/Apache-Test/ is the engine that drives the perl-framework http://svn.apache.org/viewcvs.cgi

Re: read query params

2006-02-13 Thread Perrin Harkins
M J wrote: I don't think that CGI.pm is a solution when you need performance. There is an article (http://perl.apache.org/docs/1.0/guide/performance.html#Apache__args_vs__Apache__Request__param_vs__CGI__param) which describes this. You are worrying far too much about this. I use CGI.pm in ma

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Mark Galbreath
I'm drawing a blank >>> Geoffrey Young <[EMAIL PROTECTED]> 13-Feb-06 09:44:08 AM >>> we are pleased to announce a new release candidate for the Apache-Testdistribution.  http://people.apache.org/~geoff/Apache-Test-1.28-dev.tar.gzplease give it a whirl and report back success or failure.prior

[RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Geoffrey Young
we are pleased to announce a new release candidate for the Apache-Test distribution. http://people.apache.org/~geoff/Apache-Test-1.28-dev.tar.gz please give it a whirl and report back success or failure. prior to the 1.26 release it was discovered that Apache-Test didn't play nice with boxes t

Re: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread Perrin Harkins
RJ Herrick wrote: Am I correct in thinking that I need to clean up attributes like {mysql_insertid}if I want to ensure that they are specific to my current call? You do want to clear some things, like locks or AutoCommit settings, at the end of a request if you're fiddling with them. I don't

Re: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread Michael Peters
RJ Herrick wrote: > Hi all, > Under mod_perl, what is the correct, safe protocol for using the handle > attribute mysql_insertid from a persistant handle? Am I correct in > thinking that I need to clean up attributes like {mysql_insertid}if I > want to ensure that they are specific to my current

libapreq 2-2.07

2006-02-13 Thread Clinton Gormley
> libapreq2 is an APR-based shared library used for parsing HTTP cookies, > query-strings and POST data. This package provides > > 1) version 2.5.7 of the libapreq2 library, > > 2) mod_apreq2, a filter module necessary for using libapreq2 > within the Apache HTTP Server, > >

[ANNOUNCE] libapreq2-2.07 Released

2006-02-13 Thread joes
libapreq2-2.07 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.07 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.07 is released under the Apache License version 2.0. It i

Re: read query params

2006-02-13 Thread M J
>Tom Schindl <[EMAIL PROTECTED]> wrote: ehm, then you can use CGI.pm, that's plain perl. I don't think that CGI.pm is a solution when you need performance. There is an article (http://perl.apache.org/docs/1.0/guide/performance.html#Apache__args_vs__Apache__Request__param_vs__CGI__p

Re: Make your next million Stas!

2006-02-13 Thread Carl Johnstone
Speaking of which, when will the mp2 version of Practical Mod Perl be coming out? I'm sure Stas will make a handsome lot (I would use 'bomb' but these are sensitive times...) when he releases it, cause we're all depending so much on the book... Are there any good mp2 books out in the wild yet