Re: System call from a CGI script

2001-10-24 Thread Brett W. McCoy
On Wed, 24 Oct 2001, James B. Williams II wrote: > I just posted a question to the beginners-cgi list yesterday; I'm > having almost the exact same problem. Both my cgi script and the script > I am trying to call via system are owned by root, but I'm not sure if > that is related to the user th

Re: System call from a CGI script

2001-10-24 Thread Rob
I setup something similar for an ISP once and I had the cgi-bin script right out the information to a file. Then I had another script that ran every 10 minutes and setup the user based on the info in the file. Rob Good judgement comes from experience, and experience - well, that comes from poor

Re: System call from a CGI script

2001-10-24 Thread James B. Williams II
Hi all, I just posted a question to the beginners-cgi list yesterday; I'm having almost the exact same problem. Both my cgi script and the script I am trying to call via system are owned by root, but I'm not sure if that is related to the user the cgi script is run as under the web server. (For