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

2002-11-24 Thread Stas Bekman
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 [EMAIL PROTECTED]
To: Erich Oliphant [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
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 BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com








--


__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com




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

2002-11-19 Thread Erich Oliphant
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 [EMAIL PROTECTED]
To: Erich Oliphant [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
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 BekmanJAm_pH -- Just Another mod_perl Hacker
 http://stason.org/ mod_perl Guide --- http://perl.apache.org
 mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
 http://modperlbook.org http://apache.org   http://ticketmaster.com







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

2002-11-11 Thread Stas Bekman
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 BekmanJAm_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



Repost: Where do you specify APR::HOOK... [mp 2.0]

2002-10-25 Thread Erich Oliphant
Hello all,
I assume from the lack of response that this is a dumb question :)  However,
I've still not been able to figure it out.  Any help would be greatly
appreciated.


- Original Message -
From: Erich Oliphant
To: [EMAIL PROTECTED]
Sent: Tuesday, October 22, 2002 11:59 AM
Subject: Where do you specify APR::HOOK...


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?

Thanks in advance,
Erich





Where do you specify APR::HOOK...

2002-10-22 Thread Erich Oliphant



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?

Thanks in advance,
Erich