I asked this question earlier today without any real responses. Does anyone this evening know how?
I want to run a php "CGI" script with the permissions of root, or another user that I specify, and not as the user which apache uses.
I will have a form that which I enter my data into, and then it will call/post into the PHP cgi (kind of like a perl cgi). I want the PHP CGI to be run as root.
Thanks
John