APR::Poll support -- first cut

2004-08-27 Thread Ken Simpson
This patch provides basic support for the apr_poll function. It's my first ever work on the guts of mod_perl, so please let me know if there are obvious things that need to be changed or reorganized to fit the mould. The APR::Poll::poll method takes four parameters: pool: an Apache::Pool s

Re: Libgdm.so not found when configuring mod-perl

2004-08-27 Thread Stas Bekman
Philippe Dhont (Sea-ro) wrote: Hello, When i try to configure mod-perl i get this: * WARNING * Your Perl is configured to link against libgdbm, but libgdbm.so was not found. You could just symlink it to /usr/lib/libgdbm.so.3.0.0 * WARNING * That

Re: [bug] Apache::FakeRequest::content_languages

2004-08-27 Thread Stas Bekman
Thomas Lochmatter wrote: (ModPerl 1.29, Apache.pm 1.27, FakeRequest.pm 1.00) In the Apache::FakeRequest module, there is a method called "content_language". The Apache module however calls this method "content_languages". I guess this is a bug. It could be corrected by changing FakeRequest.pm, line

Re: Missing POST data

2004-08-27 Thread Stas Bekman
David Graves wrote: I'm writing an e-commerce package that uses mod-perl for all the product presentation. The mod-perl scripts use DBI, CGI, and my own perl modules which I understand all stay resident with each child server. I am quite pleased with their performance. I want to use good old-fashio

Re: Missing POST data

2004-08-27 Thread Joe Schaefer
David Graves <[EMAIL PROTECTED]> writes: [...] > If I stop using all mod-perl on other scripts, the problem > disappears. > > I know it sounds crazy, but non-modperl scripts sometimes don't get > their POST data if I use modperl for other scripts. Are you using a modperl auth handler anywhere?

Missing POST data

2004-08-27 Thread David Graves
I'm writing an e-commerce package that uses mod-perl for all the product presentation. The mod-perl scripts use DBI, CGI, and my own perl modules which I understand all stay resident with each child server. I am quite pleased with their performance. I want to use good old-fashioned cgi for the che

Re: Apache::DBI patch to disconnect idle connections

2004-08-27 Thread Perrin Harkins
On Fri, 2004-08-27 at 13:28, J Robert Ray wrote: > That's an excellent point, but we currently can't take that approach. > Not every app is as well behaved has Apache::DBI. ;) They all can be if you just s/DBI->connect/DBI->connect_cached/g; And really, what app needs to hold a live but unused

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-08-27 Thread Stas Bekman
cw wrote: Hi there folks, Jumping in on this one a little late but I've been having the same problem. Software: Apache 2.0.50 Perl: 5.8.5 Modperl: 1.9916 OS: OpenBSD 3.5 I get exactly the same error however when commenting out the lines as suggested for the previous incident make bails out with t

Re: mod_perl (1.99_16) fails to begin tests because of assertion "rv == APR_SUCCESS" failed in vhost.c

2004-08-27 Thread Stas Bekman
[EMAIL PROTECTED] wrote: % t/REPORT -8<-- Start Bug Report 8<-- 1. Problem Description: The mod_perl module (version 1.99_16 aka 2.0 beta) fails to begin tests because of the following error: = waiting 120 seconds for server to start: .[Tu

RE: got mod_perl?

2004-08-27 Thread Wilt, Paul
Congratulations to you and your wife! Hopefully you won't have to debug too many child process core dumps! Paul E Wilt Senior Principal Software Engineer ProQuest Information and Learning - http://www.proquest.com mailto:[EMAIL PROTECTED]

mod_perl (1.99_16) fails to begin tests because of assertion "rv == APR_SUCCESS" failed in vhost.c

2004-08-27 Thread RenquistIsMe
% t/REPORT -8<-- Start Bug Report 8<-- 1. Problem Description: The mod_perl module (version 1.99_16 aka 2.0 beta) fails to begin tests because of the following error: = waiting 120 seconds for server to start: .[Tue Aug 24 16:58:02 2004]

Re: Apache::DBI patch to disconnect idle connections

2004-08-27 Thread J Robert Ray
Perrin Harkins wrote: J Robert Ray wrote: What I want from connection pooling is to cache database connections for a relatively short period of time, such as while a user is actively clicking around a web application. Once that user leaves the application, ideally the database connections would

RE: got mod_perl?

2004-08-27 Thread Barksdale, Ray
Modesta Perla Young...? > -Original Message- > From: Goehring, Chuck, RCI - San Diego > [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 11:47 AM > To: Chang-Ping Hsiao; Stas Bekman > Cc: mod_perl Mailing List > Subject: RE: got mod_perl? > > > Perl would be a good name.

Re: got mod_perl?

2004-08-27 Thread Arnaud Blancher
congratulation Geoffrey and the mother . perle could be a great name (in french is http://www.e-perle.com/boutique/index.html?c260.html) Goehring, Chuck, RCI - San Diego wrote: Perl would be a good name. -Original Message- From: Chang-Ping Hsiao [mailto:[EMAIL PROTECTED] Sent: Friday, Augu

RE: got mod_perl?

2004-08-27 Thread Goehring, Chuck, RCI - San Diego
Perl would be a good name. -Original Message- From: Chang-Ping Hsiao [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 9:45 AM To: Stas Bekman Cc: mod_perl Mailing List Subject: Re: got mod_perl? Congratulations!! Named "mod_perl"? ;-) On Fri, 27 Aug 2004 08:24:03 -0700, Stas Be

Re: got mod_perl?

2004-08-27 Thread Chang-Ping Hsiao
Congratulations!! Named "mod_perl"? ;-) On Fri, 27 Aug 2004 08:24:03 -0700, Stas Bekman <[EMAIL PROTECTED]> wrote: > Geoffrey's baby girl, who was born last night, is the new mod_perl > generation :) > > http://www.modperlcookbook.org/~geoff/images/ava/dscn2537.jpg -- Yours truly, Chang-Ping

got mod_perl?

2004-08-27 Thread Stas Bekman
Geoffrey's baby girl, who was born last night, is the new mod_perl generation :) http://www.modperlcookbook.org/~geoff/images/ava/dscn2537.jpg -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-08-27 Thread cw
Hi there folks, Jumping in on this one a little late but I've been having the same problem. Software: Apache 2.0.50 Perl: 5.8.5 Modperl: 1.9916 OS: OpenBSD 3.5 I get exactly the same error however when commenting out the lines as suggested for the previous incident make bails out with the followi

Re: [SITE][mp2] Associating an interpreter pool with a directory

2004-08-27 Thread Jozef Kosoru
On Thu, Aug 26, 2004 at 01:23:47 -0400, Perrin Harkins wrote: > Read http://perl.apache.org/docs/2.0/user/config/config.html > > It looks like you would just need to do this: > > > PerlOptions +Clone > PerlInterpStart 2 > PerlInterpMax 2 > > > > PerlOptions +Clone > PerlIn

Re: Libgdm.so not found when configuring mod-perl

2004-08-27 Thread Allen Grace
On Fri, 27 Aug 2004, Philippe Dhont (Sea-ro) wrote: > Your Perl is configured to link against libgdbm, > but libgdbm.so was not found. > You could just symlink it to /usr/lib/libgdbm.so.3.0.0 Without knowing anything about what platforms or versions you're using, I'd suggest creating a s

Re: libapreq2-2.04-dev release candidate #2

2004-08-27 Thread Bojan Smojver
On Fri, 2004-08-27 at 02:16, Joe Schaefer wrote: > Folks, please try this release candidate and > report any issues on the apreq-dev@ mailing list: > > http://cvs.apache.org/~joes/libapreq2-2.04-dev-rc2.tar.gz RPMS for Fedore Core 2 are available from here: ftp://ftp.rexursive.com/pub/libapr

Re: libapreq2-2.04-dev release candidate #2

2004-08-27 Thread Bojan Smojver
On Fri, 2004-08-27 at 02:16, Joe Schaefer wrote: > Folks, please try this release candidate and > report any issues on the apreq-dev@ mailing list: > > http://cvs.apache.org/~joes/libapreq2-2.04-dev-rc2.tar.gz Darn! Just wanted to upload the RPMS for rc1... -- Bojan -- Report problems: h

[bug] Apache::FakeRequest::content_languages

2004-08-27 Thread Thomas Lochmatter
(ModPerl 1.29, Apache.pm 1.27, FakeRequest.pm 1.00) In the Apache::FakeRequest module, there is a method called "content_language". The Apache module however calls this method "content_languages". I guess this is a bug. It could be corrected by changing FakeRequest.pm, line 20: < content content

Libgdm.so not found when configuring mod-perl

2004-08-27 Thread Philippe Dhont \(Sea-ro\)
Hello, When i try to configure mod-perl i get this: * WARNING * Your Perl is configured to link against libgdbm, but libgdbm.so was not found. You could just symlink it to /usr/lib/libgdbm.so.3.0.0 * WARNING * How can i resolve this ? Thn