Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] bizarre CGI script behaviour

From: gchiu:compkarori at: 7-Jan-2001 16:00

This is a strange one. I have a couple of cgi scripts on my remote server that I execute with a cron job from home by basically reading the script viz: read http://myserver.com/cgi-bin/rebolscript.r The cron job only calls the script once, but the script then executes multiple times, at different intervals after that. It executed 10x this morning. How might this be?? ( I am presuming no one else knows the names of these scripts and are not executing them ) I have since put in code into the script that sets a flag so that it can not execute more than once a day, but I would like to know how this has happened. -- Graham Chiu