You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2000/12/01 03:53:57 UTC

suexec and ap_os_create_privileged_process (was: Re: cvs indecision)

On Thu, Nov 30, 2000 at 06:13:36PM -0800, Roy T. Fielding wrote:
> On Tue, Nov 28, 2000 at 03:03:30PM -0600, William A. Rowe, Jr. wrote:
> > 
> > My only q is what to do with ap_os_create_privileged_process ???
> 
> It sounds like an APR function to me.

Well, the problem is that it uses SUEXEC for its operation, and that is
quite Apache specific. Many platforms just default to apr_create_process(),
but Unix-ish platforms use SUEXEC.

Not quite sure whether this would go into server/, somewhere in a srclib/
package, or part of support/ (where suexec is).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Re: suexec and ap_os_create_privileged_process (was: Re: cvs indecision)

Posted by Greg Stein <gs...@lyra.org>.
On Thu, Nov 30, 2000 at 07:26:38PM -0800, Roy T. Fielding wrote:
> > Well, the problem is that it uses SUEXEC for its operation, and that is
> > quite Apache specific. Many platforms just default to apr_create_process(),
> > but Unix-ish platforms use SUEXEC.
> 
> Oh.  In that case, I'd move it to server/mpm/common/.

Sounds good to me!

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Re: suexec and ap_os_create_privileged_process (was: Re: cvs indecision)

Posted by "Roy T. Fielding" <fi...@ebuilt.com>.
> Well, the problem is that it uses SUEXEC for its operation, and that is
> quite Apache specific. Many platforms just default to apr_create_process(),
> but Unix-ish platforms use SUEXEC.

Oh.  In that case, I'd move it to server/mpm/common/.

....Roy