[RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Issac Goldstand
The apreq developers are planning a maintenance release of libapreq2. This version addresses several bugfixes and includes new features. Changes since the last release version include: - Interactive CGI module [issac] Allow cgi module to interactively prompt for parameters and cookies when

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Adam Prime
builds and tests ok on gentoo linux w/ apache 2.2.8, mod_perl 2.0.4

Re: Multiple mod_perl 2.0 installations on one Linux machine

2009-01-20 Thread Michael Ludwig
Philip, thanks a lot for this thorough and exhaustive answer! Philip M. Gollucci schrieb: Michael Ludwig wrote: So, to summarize: The mod_perl DSO depends on the particular versions of Perl and Apache. The modules in the Apache2:: namespace most definitely dpends on libperl.so, httpd,

Re: Multiple mod_perl 2.0 installations on one Linux machine

2009-01-20 Thread Michael Ludwig
Torsten Foertsch schrieb: On Mon 19 Jan 2009, Adam Prime wrote: I thought you could build more than one and load the one you want at runtime. Isn't that what Red Hat does? If redhat's shipping more than one mpm, they've patched httpd. Probably not httpd. At least Suse has not. Instead they

unsubscribe

2009-01-20 Thread Niranjan Patel
Niranjan Patel

[mp2] borked example in configuration docs

2009-01-20 Thread Kevin Field
http://perl.apache.org/docs/2.0/user/config/custom.html The example under the heading 'Creating and Using Custom Configuration Directives', if copied verbatim, produces the following error when you run httpd -t: Can't locate object method MyOtherParameter via package

Re: Initializing Sleepycat::DbXml (Berkeley, Oracle) objects in startup.pl

2009-01-20 Thread Michael Ludwig
Mark Hedges schrieb: Just curious, did you try eliminating every other module that you might be loading (anywhere in any module loaded by Apache)? i.e. did you try a simple setup that only tries to open your database and does absolutely nothing else and loads no other CPAN modules. With use

unsubscribe

2009-01-20 Thread Yuan Zhang
unsubscribe

Re: unsubscribe

2009-01-20 Thread fREW Schmidt
How many times to people have to tell you to look at the headers of the e-mail for the list management addresses? --mark-- When using gmail it's not exactly obvious. I agree with someone who posted a few days ago. It wouldn't hurt to put it in a footer. -- -fREW

Re: unsubscribe

2009-01-20 Thread Yuan Zhang
My email doesn't display any headers. Sorry it bothers people. I've got the right address to unsubscribe. Yuan fREW Schmidt fri...@gmail.com 01/20/09 1:43 PM How many times to people have to tell you to look at the headers of the e-mail for the list management addresses? --mark-- When

Re: unsubscribe

2009-01-20 Thread Michael Ludwig
Mark Hedges schrieb: How many times to people have to tell you to look at the headers of the e-mail for the list management addresses? --mark-- The funny thing is that each new ill-informed unsubscribe request sent to the list that is not publicly rebuked must corroborate the notion, in the

Re: unsubscribe

2009-01-20 Thread Mark Hedges
On Tue, 20 Jan 2009, Yuan Zhang wrote: My email doesn't display any headers. Sorry it bothers people. I've got the right address to unsubscribe. Yuan fREW Schmidt fri...@gmail.com 01/20/09 1:43 PM How many times to people have to tell you to look at the headers of the e-mail for the

Re: Initializing Sleepycat::DbXml (Berkeley, Oracle) objects in startup.pl

2009-01-20 Thread Michael Ludwig
A sidenote: I've built more or less the same Apache as a prefork MPM, and I'm not seeing any SEGVs any more. On the other hand, performance isn't what you'd call great, as access to the database is effectively serialized. Thirty queries will take thirty seconds, regardless of concurrency level.

Re: Initializing Sleepycat::DbXml (Berkeley, Oracle) objects in startup.pl

2009-01-20 Thread Perrin Harkins
On Tue, Jan 20, 2009 at 4:19 PM, Michael Ludwig m...@as-guides.com wrote: On the other hand, performance isn't what you'd call great, as access to the database is effectively serialized. Are you sure about that? Berkeley DB doesn't work that way. It has read and write locks which can be set

[RELEASE CANDIDATE] Apache-Bootstrap 0.05 rc1

2009-01-20 Thread Fred Moyer
Greetings, Apache::Bootstrap 0.05 release candidate 1 is available for testing and review: http://people.apache.org/~phred/Apache-Bootstrap-0.05-rc1.tar.gz If you write or maintain modules that use both mod_perl1 and mod_perl2, you may appreciate this module. It is designed to take the pain

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Joe Schaefer
+1 for me (tested on debian). - Original Message From: Issac Goldstand mar...@beamartyr.net To: apreq-...@httpd.apache.org Cc: d...@httpd.apache.org; modperl@perl.apache.org Sent: Tuesday, January 20, 2009 4:48:30 AM Subject: [RELEASE CANDIDATE] libapreq2 2.11 The apreq

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Bojan Smojver
On Tue, 2009-01-20 at 11:48 +0200, Issac Goldstand wrote: a try and report comments/problems/etc. to the apreq-dev list at apreq-...@httpd.apache.org. t/big_requestok t/cgiok t/cookie.ok t/request31/36 # Failed test 34 in t/request.t at line 93 fail

svn commit: r736182 - in /perl/Apache-Bootstrap/trunk: Changes RELEASE lib/Apache/Bootstrap.pm

2009-01-20 Thread phred
Author: phred Date: Tue Jan 20 17:10:10 2009 New Revision: 736182 URL: http://svn.apache.org/viewvc?rev=736182view=rev Log: Add borrowed RELEASE file from A::R, prepare rc1 Added: perl/Apache-Bootstrap/trunk/RELEASE Modified: perl/Apache-Bootstrap/trunk/Changes

svn commit: r736207 - /perl/modperl/trunk/README-SVN

2009-01-20 Thread pgollucci
Author: pgollucci Date: Tue Jan 20 20:30:07 2009 New Revision: 736207 URL: http://svn.apache.org/viewvc?rev=736207view=rev Log: test committ Modified: perl/modperl/trunk/README-SVN Modified: perl/modperl/trunk/README-SVN URL:

svn commit: r736208 - /perl/modperl/trunk/README-SVN

2009-01-20 Thread pgollucci
Author: pgollucci Date: Tue Jan 20 20:30:22 2009 New Revision: 736208 URL: http://svn.apache.org/viewvc?rev=736208view=rev Log: remove test Modified: perl/modperl/trunk/README-SVN Modified: perl/modperl/trunk/README-SVN URL:

svn commit: r736213 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2009-01-20 Thread pgollucci
Author: pgollucci Date: Tue Jan 20 20:58:18 2009 New Revision: 736213 URL: http://svn.apache.org/viewvc?rev=736213view=rev Log: intentionally break the build for build bot Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c URL:

svn commit: r736214 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2009-01-20 Thread pgollucci
Author: pgollucci Date: Tue Jan 20 20:58:32 2009 New Revision: 736214 URL: http://svn.apache.org/viewvc?rev=736214view=rev Log: fix the build Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c URL:

svn commit: r736216 - /perl/modperl/trunk/t/api/status.t

2009-01-20 Thread pgollucci
Author: pgollucci Date: Tue Jan 20 21:00:08 2009 New Revision: 736216 URL: http://svn.apache.org/viewvc?rev=736216view=rev Log: fix the test Modified: perl/modperl/trunk/t/api/status.t Modified: perl/modperl/trunk/t/api/status.t URL:

svn commit: r736217 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2009-01-20 Thread pgollucci
Author: pgollucci Date: Tue Jan 20 21:09:23 2009 New Revision: 736217 URL: http://svn.apache.org/viewvc?rev=736217view=rev Log: take 2, that didn't work the first time Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c URL:

svn commit: r736218 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2009-01-20 Thread pgollucci
Author: pgollucci Date: Tue Jan 20 21:09:40 2009 New Revision: 736218 URL: http://svn.apache.org/viewvc?rev=736218view=rev Log: undo it Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c URL: