
September 11th, 2000, 10:27 AM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
>>rycamor - What is calling the script using web protocol?
Using wget, Lynx or some command-line web tool, and calling the script with http://thehostname/thescript.cgi
But freebsd is right, even though the script is retrieving web page data, there is no reason for your script not to work from cron or the command line, unless it is set up to require http POST or GET variables, or HTTP_REFERER or some other such http variable. What language is the script written in? What error message do you get?
|