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
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
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
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
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.
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
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
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
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
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
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
11 matches
Mail list logo