in reply to Re: Executing a program as another user
in thread Executing a program as another user

The initial script is a CGI script and is therefore run as apache.apache.
  • Comment on Re: Re: Executing a program as another user

Replies are listed 'Best First'.
Re: Re: Re: Executing a program as another user
by vek (Prior) on Feb 14, 2002 at 05:07 UTC
    Ok now I get it. You didn't mention that you were referring to a CGI script. You're right, you shouldn't run any other programs as apache.apache for security reasons.