Re: [PHP] Question about running php as root

2001-09-05 Thread Jason Brooke
> But is there a way to make one of my root scripts run by sending it a > command to do so from the DSO version of PHP like with system command > or something like that. Or some roundabout way to make it think root is > asking the script run. > > I hope you understand what I am asking. There poss

[PHP] Question about running php as root

2001-09-05 Thread Richard Kurth
I have two versions of php running on my site one as a DSO with Apache and one as a cgi for command line scripting. I have scripts that run from a crontab that run at root. Now I know I can not run a script at root from PHP that is running as A dso with Apache. But is there a way to make one of