getting current phase / PerlOptions in Location

2006-10-25 Thread John ORourke
Hi folks, I can't find anything in the docs (not really sure what to look for) - I want to retrieve the current phase from within a handler. Basically I'm trying to implement a per-directory PerlOptions type directive, so I can turn phase handlers on and off per-directory not just

RE: getting current phase / PerlOptions in Location

2006-10-25 Thread Adam Prime x443
$r-current_callback() in 1.3. (thanks geoff/mpcookbook) Modperl::current_callback() in 2.0. (thanks google) returns 'PerlAccessHandler' or similiar. -Original Message- From: John ORourke [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 9:49 AM To: mod_perl List Subject:

RE: getting current phase / PerlOptions in Location

2006-10-25 Thread Adam Prime x443
That should be ModPerl::Util::current_callback for 2.0. -Original Message- From: Adam Prime x443 Sent: Wednesday, October 25, 2006 10:54 AM To: John ORourke; mod_perl List Subject: RE: getting current phase / PerlOptions in Location $r-current_callback() in 1.3. (thanks

Re: getting current phase / PerlOptions in Location

2006-10-25 Thread John ORourke
Thanks Adam, not sure why but I didn't look under ModPerl::Util:: Adam Prime x443 wrote: That should be ModPerl::Util::current_callback for 2.0.

RE: When is perl.apache.org going to be back online?

2006-10-25 Thread Adam Prime x443
Every project site on apache.org except perl.apache.org and tcl.apache.org are now up. Is this something someone should be concerned about? Adam -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 10:53 AM To: James Davis Cc:

Re: Transhandler? Redirect permanent?

2006-10-25 Thread Jonathan
On Oct 25, 2006, at 9:48 PM, Will Fould wrote: I've started testing a handler (configured at '/') that parses $r- uri and checks the object, doing a redirect accordingly, but this seems wasteful for every hit. I've thought about using the handler for only 404... Personally, i use a

Re: Transhandler? Redirect permanent?

2006-10-25 Thread Tyler MacDonald
Will Fould [EMAIL PROTECTED] wrote: I've started testing a handler (configured at '/') that parses $r-uri and checks the object, doing a redirect accordingly, but this seems wasteful for every hit. I've thought about using the handler for only 404... How can this most effeciently be handled

Re: When is perl.apache.org going to be back online?

2006-10-25 Thread Philip M. Gollucci
this one time in band camp Adam Prime x443 said on 10/25/06 12:17: Every project site on apache.org except perl.apache.org and tcl.apache.org are now up. No, We(including I) are aware and working on it. Its intentional. Its still data center movement issues, server is single user mode atm