Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 3 of 3

This is a discussion on Tools - Cron Jobs ? What is this? in the Shared & Semi-Dedicated forum
I was having a problem with my cgi script earlier and (almost) have it working. In exploring my c panel I came across Tool-Cron Jobs ...

  1. #1
    JPC Member
    Join Date
    May 2004
    Location
    Florida
    Posts
    30

    Tools - Cron Jobs ? What is this?

    I was having a problem with my cgi script earlier and (almost) have it working. In exploring my c panel I came across Tool-Cron Jobs and theres a line that reads; Hint: to run CGI files, enter the command as follows (modify to fit your needs):
    GET http://yourdomain.com/cgi-bin/path_to_file/file.cgi > /dev/null

    Do I need to do anything (what) with this?
    Thanks again for any help


  2. #2
    Ron
    Guest
    Are you planning on running you script as a cron job? A cron job is a job that is scheduled to run on a schedule. LOL Nice line, Ron.
    Cron is a scheduling system that will allow you to run jobs at set times or intervals.

    If you ARE planning on using cron, you should use the syntax as you've copied it above. If not, you don't need to worry about it. The line is just running the script in a "cron-friendly" manner that directs the text output from the script into never-never land instead of your error log, or worse, probably an error email to you, or some such.

    Good Luck.

  3. #3
    JPC Member
    Join Date
    May 2004
    Location
    Florida
    Posts
    30
    Thank you very much. That answered my question... :-)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •