Peter, Attila wrote:
> I did return DECLINED since I've read the documentation
> and it was clear to me that I had to return DECLINED,
> however, the handlers seemed to get stacked.
>
> So what happens is that if my PerlTransHandler for virtual host
> foo returns declined the My::Foo handler wi
also returns DECLINED then will the apache's default handler
run.
--Attila
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 15. Februar 2006 18:52
To: Geoffrey Young
Cc: Frank Wiles; Peter, Attila; modperl@perl.apache.org
Subject: Re: FW: MP2 PerlTransH
PerlTransHandler Apache2::Const::OK
I didn't take the time to read the entire thread, but based on the
suggestion of using default-handler I figured the goal was something
like this
PerlTransHandler My::Foo
# unset the above trans handler
if that's the case then you want to return DECL
>> Very odd. Anyone know if 'default-handler' isn't in MP2?
>
>
> I can't say that it isn't, but maybe this will work:
>
> PerlTransHandler Apache2::Const::OK
I didn't take the time to read the entire thread, but based on the
suggestion of using default-handler I figured the goal was somet
Very odd. Anyone know if 'default-handler' isn't in MP2?
I can't say that it isn't, but maybe this will work:
PerlTransHandler Apache2::Const::OK
Scratch that response, it will keep the TransHandler from running which
is not what you want. Use DECLINED per Geoff's response.
Wouldn't
PerlTransHandler Apache2::Const::DECLINED
be better in this case, so it will fall through to the default handler?
Fred Moyer wrote:
Very odd. Anyone know if 'default-handler' isn't in MP2?
I can't say that it isn't, but maybe this will work:
PerlTransHandler Apache2::Const::O
Frank Wiles wrote:
On Wed, 15 Feb 2006 12:46:37 +0100
"Peter, Attila" <[EMAIL PROTECTED]> wrote:
-Original Message-
From: Peter, Attila
Sent: Mittwoch, 15. Februar 2006 12:46
To: 'Frank Wiles'
Subject: RE: MP2 PerlTransHandler and VirtualHosts
Frank,
I tried earlier default-handler
>>I tried earlier default-handler with no luck. I got failed to resolve
>>handler `default-handler' in the error log.
>
>
> Very odd. Anyone know if 'default-handler' isn't in MP2?
default-handler is the default content handler, not the default for any
random phase. it's also an httpd thin
On Wed, 15 Feb 2006 12:46:37 +0100
"Peter, Attila" <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Peter, Attila
> Sent: Mittwoch, 15. Februar 2006 12:46
> To: 'Frank Wiles'
> Subject: RE: MP2 PerlTransHandler and VirtualHosts
>
> Frank,
>
> I tried earlier default-handler with
-Original Message-
From: Peter, Attila
Sent: Mittwoch, 15. Februar 2006 12:46
To: 'Frank Wiles'
Subject: RE: MP2 PerlTransHandler and VirtualHosts
Frank,
I tried earlier default-handler with no luck. I got failed to resolve
handler `default-handler' in the error log.
The idea of virt
10 matches
Mail list logo