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
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
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
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
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
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