Aerosmith

Well-Known Member
Feb 17, 2002
76
0
306
Earth
I have a cgi script that will run just fine when I type the URL in to the address bar of IE. This same script is not being recognized when I try to call it from a cron job. Is this the correct syntax to call a cgi?

/home/xxxxxx/public_html/cgi-bin/script.cgi


If this looks OK can you give me an idea of what else may be causing issues like this?


^A^
 

Aerosmith

Well-Known Member
Feb 17, 2002
76
0
306
Earth
That didnt work either. Can you use root user in crom like that? I woudl hope not. If so you could do some pretty malicious stuff.
 

moronhead

Well-Known Member
Aug 12, 2001
706
0
316
You'd only need to put root in if you were running the script as the root user. You're obviously trying to set up a cron job as some other user.