Re: Is Apache::DB still the way to interactively debug via MP2

2006-07-03 Thread Frank Wiles
On Sun, 2 Jul 2006 11:25:27 -0500 Boysenberry Payne <[EMAIL PROTECTED]> wrote: > I little more info, the setgid error only happens on the first request > and only while debugging, as far as I can tell. > > Thanks, > Boysenberry > > boysenberrys.com | habitatlife.com | selfgnosis.com > > On Jul

[Fwd: ApacheCon Asia 2006 CFP, second notice]

2006-07-03 Thread Philip M. Gollucci
Call for Papers for ApacheCon Asia 2006 is currently open! ApacheCon Asia 2006 will be held at the TransAsia Hotel in Colombo, Sri Lanka, August 14-17, 2006. The ASF and the FOSS community — invite the Open Source community to send in session and tutorial proposals for ApacheCon Asia 2006. Pl

Re: Is Apache::DB still the way to interactively debug via MP2

2006-07-03 Thread Boysenberry Payne
I'm not very familiar with Apache on OSX, does it by default run setuid and/or setgid? Also are you running with taint on? There was an issue with Apache::SmallProf and Apache::DProf when running under taint mode, and I'm curious if it's also a problem for Apache::DB itself. Yes I do

PerlOptions None doesn't work

2006-07-03 Thread Anders Kaseorg
When I tried to set PerlOptions None within a Directory or VirtualHost directive, I get "Invalid per-directory PerlOption: None" or "Invalid per-server PerlOption: None" I see that MpDir_f_NONE is defined to be 0, the same value that modperl_flags_lookup_dir returns to signal an error. That cl

Re: Is Apache::DB still the way to interactively debug via MP2

2006-07-03 Thread Philip M. Gollucci
Boysenberry Payne wrote: I'm not very familiar with Apache on OSX, does it by default run setuid and/or setgid? Also are you running with taint on? There was an issue with Apache::SmallProf and Apache::DProf when running under taint mode, and I'm curious if it's also a problem for Apa

Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-07-03 Thread Scott Penrose
Is this a request or a connection filter? It won't work as a connection filter (r is not available there). It is an ouptut filter. What's the core's backtrace? I will generate this tomorrow (don't have access to the machine today). Thanks Scott P.S. I have done a temporary work around wh