DirectoryIndex vs. PerlTransHandler

2007-06-12 Thread Marc M. Adkins
I define a generalized output filter for any .page file: SetHandler perl-script PerlOutputFilterHandler Layout I have a block: DataSources Environment which I'm referencing via an Alias from a VirtualHost: ServerName home.Dimension.org Docu

Re: use lib

2007-06-12 Thread Frank Wiles
On Tue, 12 Jun 2007 16:29:33 -0400 "Perrin Harkins" <[EMAIL PROTECTED]> wrote: > On 6/12/07, Frank Wiles <[EMAIL PROTECTED]> wrote: > >This might not be related, but Catalyst doesn't support running > > two "instances" of the same application at the same time. Unless > > you're using the late

Re: use lib

2007-06-12 Thread Perrin Harkins
On 6/12/07, Frank Wiles <[EMAIL PROTECTED]> wrote: This might not be related, but Catalyst doesn't support running two "instances" of the same application at the same time. Unless you're using the latest source repository checkout, it'll be rolled into the next release I hear. Runn

Re: use lib

2007-06-12 Thread Frank Wiles
On Mon, 11 Jun 2007 19:18:26 -0400 "Perrin Harkins" <[EMAIL PROTECTED]> wrote: > On 6/9/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > > PerlSwitches -Ie:/web/ANR/lib > > PerlModule ANR > > ... > > > > But the server writes in the log that the module ANR cannot be > > loaded. > > Try dumping o

Re: [mp2] Segmentation faults with threaded worker-mpm

2007-06-12 Thread Jani M.
Torsten Foertsch wrote: Try $r->push_handlers(PerlFixupHandler => 'My::fixup_handler'). Doesn't make any difference unfortunately. Strange though, when I use the hard reference \&fixup_handler, the lookup-errors (which are sometimes corrupted) in the log still display as My::fixup_handler.

Re: [mp2] Segmentation faults with threaded worker-mpm

2007-06-12 Thread Torsten Foertsch
On Tuesday 12 June 2007 17:40, Jani M. wrote: > After a few moments of trial and error, I tracked the problem down to > $r->push_handlers(PerlFixupHandler => \&fixup_handler). The segfaults > start even if this is the only thing the original postreadrequesthandler > does, and even if the fixuphandl

Re: [mp2] Segmentation faults with threaded worker-mpm

2007-06-12 Thread Fred Moyer
Jani M. wrote: Jani M. wrote: After a few moments of trial and error, I tracked the problem down to $r->push_handlers(PerlFixupHandler => \&fixup_handler). The segfaults start even if this is the only thing the original postreadrequesthandler does, and even if the fixuphandler does absolutely

Re: [mp2] Segmentation faults with threaded worker-mpm

2007-06-12 Thread Jani M.
Jani M. wrote: I've still been trying to identify the root cause of the crashes, but unfortunately haven't had success yet. Looks like success at last. I managed to tune my test environment server load from <30 requests/s to 500+ requests/s. This in turn started producing segfaults in the tes

[mp2] apache segfault when started

2007-06-12 Thread Jed Hamilton
1. Problem Description: I am having a problem where apache(2.0.59/prefork) will segfault when the mod_perl module is added to the httpd.conf. The odd thing is that this only occurs when apache is started for the first time. If I have apache already running(without mod_perl loaded), and I cha

Apache2::AuthenNTML and mod_rewrite

2007-06-12 Thread Carlos Carrascal
Hi, I have an issue with Apache2::AuthenNTLM and mod_rewrite, and seems that nobody else is having this problem. Maybe I missed something very simple, or maybe nobody else is doing this (wich I doubt). Let's see if I can explain the problem. Our environment is like this: - Debian Etch - Apache

Re: [mp2] Segmentation faults with threaded worker-mpm

2007-06-12 Thread Jani M.
Jani M. wrote: As far as I have seen, all the segfaults seem to be mgv related, but not at the exact same spot. I've still been trying to identify the root cause of the crashes, but unfortunately haven't had success yet. Some of the things I've tried so far: - Different PerlInterpScope setti