Re: Bad fix for "fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef" in dev tree

2004-03-08 Thread Geoffrey Young
>>>-if (!SvTRUE(RETVAL)) { >>>+if (!SvOK(RETVAL)) { >> >>I don't see how that could cause a segfault at first glance - it ought to >>only affect "0" cases, so if you don't qualify the results ought to be the >>same... > > > Yeah, you'd think. > > I'm quite sure this is the culprit, thou

Re: Bad fix for "fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef" in dev tree

2004-03-08 Thread Dave Rolsky
On Mon, 8 Mar 2004, Geoffrey Young wrote: > Dave Rolsky wrote: > > So this change was incorporated in the latest Debian apache-perl package, > > and it causes segfaults when used with Mason. > > do you have a backtrace, perl version, etc? has it been reported with > multiple perl versions? I've

mod_perl-1.99_13 Fedora Core 1 RPMs

2004-03-08 Thread Stuart Jansen
If anyone is interested, I've created FC1 RPMs of mod_perl-1.99_13. They are available at http://buscaluz.org/rpms/ I'm not currently involved in the Fedora project. I created these RPMs for my convenience and have decide to share them. My system is mostly-- but not completely--stock, up-to-date

[mp2] Apache::AuthDBI without Apache::compat (patch included)

2004-03-08 Thread Jeremiah Morris
Hi, I've been experimenting with Apache::AuthDBI 0.93, and ran into a few problems using it under mod_perl 2: - The "use constant MP2" does not pick up the version correctly unless I explicitly "use mod_perl" before loading AuthDBI. use()'ing Apache2 or any of the modules in the example start

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-08 Thread Stas Bekman
Charlie Smith wrote: Is this the mod_perl version we should be using with Apache 2 then? Yes. Assuming all tests go well? Yes What is fate of mp2 at this time? Once the API is frozen and documented, and this todo list [1] is cleaned up we will release 2.0. You can help to make this happen

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-08 Thread Charlie Smith
Is this the mod_perl version we should be using with Apache 2 then?  Assuming all tests go well?  What is fate of mp2 at this time?   Is it near production level yet?>>> "Stas Bekman" <[EMAIL PROTECTED]> 03/05/04 07:46PM >>>A release candidate for mod_perl-1.99_13 is available:http://apache.

[ANNOUNCE] Apache::Filter::HTTPHeadersFixup 0.02

2004-03-08 Thread Stas Bekman
The uploaded file Apache-Filter-HTTPHeadersFixup-0.02.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Filter-HTTPHeadersFixup-0.02.tar.gz size: 7211 bytes md5: fe87df0ab4ff24c11b6ad31c1e0f4500 What is this package: http://search.cpan.org/dist/Apache-Filter-HTTPHe

[ANNOUNCE] mod_perl 1.99_13

2004-03-08 Thread Stas Bekman
The uploaded file mod_perl-1.99_13.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/mod_perl-1.99_13.tar.gz size: 1197628 bytes md5: e8945611cae2fe797ae4bb198c0285b6 and is also available from: http://apache.org/dist/perl/mod_perl-1.99_13.tar.gz http://apache.org/dis

[ANNOUNCE] Apache-Test 1.09

2004-03-08 Thread Stas Bekman
The uploaded file Apache-Test-1.09.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Test-1.09.tar.gz size: 110936 bytes md5: 69ed8680ba3759b3396aaa7ee8b92189 Changes since 1.08: remove the dependency on APR::UUID (i.e. mod_perl 2.0) in the same_interpreter framework

spammers trolling perl list?

2004-03-08 Thread spam
Is anyone finding a lot of spammers trolling this list? I am collecting spam with the account [EMAIL PROTECTED] -- http://www.gaggle.net Safe email for students and teachers -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Bad fix for "fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef" in dev tree

2004-03-08 Thread Geoffrey Young
Dave Rolsky wrote: > So this change was incorporated in the latest Debian apache-perl package, > and it causes segfaults when used with Mason. do you have a backtrace, perl version, etc? has it been reported with multiple perl versions? > > The trigger seems to be the fact that Mason includes

Bad fix for "fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef" in dev tree

2004-03-08 Thread Dave Rolsky
So this change was incorporated in the latest Debian apache-perl package, and it causes segfaults when used with Mason. The trigger seems to be the fact that Mason includes this bit of code which _may_ be called at server startup: my $c = $r ? $r : Apache->server; @val = H

Re: BBS/forum software

2004-03-08 Thread Skylos the Doggie
How about IkonBoard? Skylos On Mon, 8 Mar 2004, Perrin Harkins wrote: > Does anyone have any recommendations for BBS/forum software (aka message > boards) that runs well on mod_perl? I was looking at YABB, which is > very pretty and full-featured but the code seems really ugly (not a > single "

Re: BBS/forum software

2004-03-08 Thread Colin Murtaugh
I have some experience using Gossamer Threads Forum: http://gossamer-threads.com/scripts/gforum/index.htm It's not free, but at $200 it's pretty cheap. Runs under mod_perl, has a templating system, and my favorite: it has a plugin architecture that lets you override just about any of its function

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-08 Thread Enrico Sorcinelli
On Fri, 05 Mar 2004 18:46:03 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: > A release candidate for mod_perl-1.99_13 is available: > > http://apache.org/~stas/mod_perl-1.99_13-dev.tar.gz > > Please test and report any failures to this list. Hi Stas, all tests successful on my Linux 2.4.22 (Sla

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-08 Thread Stas Bekman
Steve Hay wrote: Randy Kobes wrote: All tests successful on my Win32: Apache/2.0.48 and perl-5.8.3 (ActivePerl 809). Not quite so for me (WinXP / MSVC6 / 2.0.48 / 5.8.3) -- I have to increase ThreadsPerChild in the mpm_winnt.c section (Apache-Test/lib/Apache/TestConfig.pm) to some value higher

Re: Apache::Session and DB_File problems

2004-03-08 Thread Perrin Harkins
On Mon, 2004-03-08 at 13:44, Chris Ochs wrote: > sub handler { > $r = shift; > untie %session; %session is a global then? That explains why you have trouble when the script dies. I'd suggest switching to using $r->pnotes() for storing it. Alternatively, you could use a cleanup h

Re: Apache::Session and DB_File problems

2004-03-08 Thread Chris Ochs
- Original Message - From: "Perrin Harkins" <[EMAIL PROTECTED]> To: "Chris Ochs" <[EMAIL PROTECTED]> Cc: "Modperl List" <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 6:27 AM Subject: Re: Apache::Session and DB_File problems > On Sun, 2004-03-07 at 21:13, Chris Ochs wrote: > > Been do

Re: strange mod_perl variable behaviour

2004-03-08 Thread MJH
On Friday 05 March 2004 07:19 pm, Perrin Harkins wrote: > > use app::utility_class; > > my $var = new app::utility_class; > > do stuff... > > If "do stuff" includes and subs that reference $var without it being > passed to them, you'll create a closure. For example: "do stuff" didn't, but t

RE: [mod_perl] PHP proxy?

2004-03-08 Thread Jonathan M. Hollin
I have never had any problems running PHP and mod_perl on the same server. Are there any gotcha's I should know about? > -Original Message- > From: petersm [mailto:[EMAIL PROTECTED] > Sent: 08 March 2004 11:03 > To: mod_perl list > Subject: [mod_perl] PHP proxy? > > > Dear almighty list

Re: PATCH to Apache::AuthNetLDAP 0.26

2004-03-08 Thread Shannon Eric Peevey
How about the filter and scope support? I wonder if the filter and scope support might be more appropriate in the authz handler... What do you all think? -- Shannon Eric Peevey => "speeves" Dyno-Mite! System Administrator => [EMAIL PROTECTED] Central Web Support

RE: BBS/forum software

2004-03-08 Thread Clayton Cottingham
i like this one, cuz its like the commercial ly available ubb iirc it run properly under modperl, and it is only 3 perl scripts so. http://sourceforge.net/projects/psunami/ -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: March 8, 2004 7:34 AM To: Modperl List

Re: [OT] load-testing tools

2004-03-08 Thread Perrin Harkins
Thanks guys, Webstone and Flood both look like good bets. I'll try to update the mod_perl guide to include them. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquett

Re: Apache::Session and DB_File problems

2004-03-08 Thread Jeffrey W. Baker
On Sun, 2004-03-07 at 13:34, Perrin Harkins wrote: > Jeffrey W. Baker wrote: > > I wasn't aware of these issues before. Looks like I'll have to use > > BerkeleyDB or Tie::DB_Lock or something. > > On closer inspection I think it's mostly okay because the session object > is supposed to go out of

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-08 Thread Randy Kobes
On Mon, 8 Mar 2004, Steve Hay wrote: > Randy Kobes wrote: > > >All tests successful on my Win32: Apache/2.0.48 and > >perl-5.8.3 (ActivePerl 809). > > > Not quite so for me (WinXP / MSVC6 / 2.0.48 / 5.8.3) -- I have to > increase ThreadsPerChild in the mpm_winnt.c section > (Apache-Test/lib/Apache

PHP proxy?

2004-03-08 Thread petersm
Dear almighty list, I currently have a mod_ssl, mod_proxy, mod_rewrite apache setup as the front end server and a mod_perl backend. A customer now needs me to add php. As I see it, I have three options 1)I can just rebuild the front end and put php there. 2)I can rebuild the backend and put p

BBS/forum software

2004-03-08 Thread Perrin Harkins
Does anyone have any recommendations for BBS/forum software (aka message boards) that runs well on mod_perl? I was looking at YABB, which is very pretty and full-featured but the code seems really ugly (not a single "strict" or "package" in it). The wwwboard script from NMS is good code but too s

Re: Apache::Session and DB_File problems

2004-03-08 Thread Perrin Harkins
On Sun, 2004-03-07 at 21:13, Chris Ochs wrote: > Been doing some more testing on this. Previously I was untying the > sessions when the handler was finished. But it seems that all it takes is > just one child to exit uncleanly where I cant' catch the error and untie the > sesssions, and that's a

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-08 Thread The Doctor
On Sun, Mar 07, 2004 at 06:35:14PM -0800, Stas Bekman wrote: > The Doctor wrote: > >On Fri, Mar 05, 2004 at 06:46:03PM -0800, Stas Bekman wrote: > > > >>A release candidate for mod_perl-1.99_13 is available: > >> > >>http://apache.org/~stas/mod_perl-1.99_13-dev.tar.gz > >> > >>Please test and repor

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-08 Thread Steve Hay
Randy Kobes wrote: >All tests successful on my Win32: Apache/2.0.48 and >perl-5.8.3 (ActivePerl 809). > Not quite so for me (WinXP / MSVC6 / 2.0.48 / 5.8.3) -- I have to increase ThreadsPerChild in the mpm_winnt.c section (Apache-Test/lib/Apache/TestConfig.pm) to some value higher than 20. I'm