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
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
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
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
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?
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
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
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
[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
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]
% 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]
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
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.
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
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
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
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
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
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
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
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
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
(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
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
24 matches
Mail list logo