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 fai

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Joe Schaefer
+1 for me (tested on debian). - Original Message > From: Issac Goldstand > 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 developers are planni

[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 out

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 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 to work at a (memo

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: 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 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: 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 e

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 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 using gmail

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 Mark Hedges
How many times to people have to tell you to look at the headers of the e-mail for the list management addresses? --mark-- On Tue, 20 Jan 2009, Yuan Zhang wrote: > unsubscribe >

unsubscribe

2009-01-20 Thread Yuan Zhang
unsubscribe

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

[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 "MyApache2::MyParameters

unsubscribe

2009-01-20 Thread Niranjan Patel
Niranjan Patel

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 c

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, apr,

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

[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 ru