You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Stas Bekman <st...@stason.org> on 2002/11/11 11:45:48 UTC

Re: Where do you specify APR::HOOK...

Erich Oliphant wrote:
> Hi,
> I am trying to place a handler at the end of the list of 
> PerlLogHandler's.  I know I want to use APR::HOOK_REALLY_LAST but I'm 
> not sure how or where to specify it for my handler.  I tried 
> "PerlLogHandler My::Handler APR::HOOK_REALLY_LAST" in the httpd.conf 
> file w/ no success.  Should it be in the handler code itself?

That API doesn't exist yet in mod_perl 2.0.

I believe the reason for that is that Apache hooks ordering API wasn't 
finalized yet.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: Where do you specify APR::HOOK...

Posted by Stas Bekman <st...@stason.org>.
Erich Oliphant wrote:
> Ok, thanks now it makes sense ;)   It's in the mp2 docs and it wasn't clear
> if it was not implemeted or the docs were behind the code.  Maybe you guys
> could stick a note on it or something.

done.

> ----- Original Message -----
> From: "Stas Bekman" <st...@stason.org>
> To: "Erich Oliphant" <er...@vantixweb.com>
> Cc: <mo...@perl.apache.org>
> Sent: Monday, November 11, 2002 5:45 AM
> Subject: Re: Where do you specify APR::HOOK...
> 
> 
> 
>>Erich Oliphant wrote:
>>
>>>Hi,
>>>I am trying to place a handler at the end of the list of
>>>PerlLogHandler's.  I know I want to use APR::HOOK_REALLY_LAST but I'm
>>>not sure how or where to specify it for my handler.  I tried
>>>"PerlLogHandler My::Handler APR::HOOK_REALLY_LAST" in the httpd.conf
>>>file w/ no success.  Should it be in the handler code itself?
>>
>>That API doesn't exist yet in mod_perl 2.0.
>>
>>I believe the reason for that is that Apache hooks ordering API wasn't
>>finalized yet.
>>
>>
>>__________________________________________________________________
>>Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>>http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>>mailto:stas@stason.org http://use.perl.org http://apacheweek.com
>>http://modperlbook.org http://apache.org   http://ticketmaster.com
>>
>>
> 
> 


-- 


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: Where do you specify APR::HOOK...

Posted by Erich Oliphant <er...@vantixweb.com>.
Ok, thanks now it makes sense ;)   It's in the mp2 docs and it wasn't clear
if it was not implemeted or the docs were behind the code.  Maybe you guys
could stick a note on it or something.
----- Original Message -----
From: "Stas Bekman" <st...@stason.org>
To: "Erich Oliphant" <er...@vantixweb.com>
Cc: <mo...@perl.apache.org>
Sent: Monday, November 11, 2002 5:45 AM
Subject: Re: Where do you specify APR::HOOK...


> Erich Oliphant wrote:
> > Hi,
> > I am trying to place a handler at the end of the list of
> > PerlLogHandler's.  I know I want to use APR::HOOK_REALLY_LAST but I'm
> > not sure how or where to specify it for my handler.  I tried
> > "PerlLogHandler My::Handler APR::HOOK_REALLY_LAST" in the httpd.conf
> > file w/ no success.  Should it be in the handler code itself?
>
> That API doesn't exist yet in mod_perl 2.0.
>
> I believe the reason for that is that Apache hooks ordering API wasn't
> finalized yet.
>
>
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:stas@stason.org http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com
>
>