http://www.perlmonks.org?node_id=1070823


in reply to Re: How to Configure Perl (or maybe cgi / apache) to launch processes in a wrapper command?
in thread How to Configure Perl (or maybe cgi / apache) to launch processes in a wrapper command?

I looked into that, but I think suExec is already running on my system as if I do a top, I see the apache spawned processes owned by the correct users.

As far as I can tell, the problem is the parent process, not so much the ownership. if the cgred daemon were reliable this wouldn't be an issue, but its not according to its own documentation. :(

  • Comment on Re^2: How to Configure Perl (or maybe cgi / apache) to launch processes in a wrapper command?
  • Download Code

Replies are listed 'Best First'.
Re^3: How to Configure Perl (or maybe cgi / apache) to launch processes in a wrapper command?
by jhourcle (Prior) on Jan 16, 2014 at 23:36 UTC
    If suExec doesn't do what you need, there's also CGIwrap. CGIwrap also works on other webservers as it's a CGI itself.