jns
02-03-2003, 02:28 PM
I'm afraid my question will demonstrate just how little I know about Perl scripting, but here goes.
I have a variety of scripts that are automatically run through a cron job. In a few instances where I have had a problem with my connection or server, the job wouldn't run as scheduled. When that happens, it causes problems with the appearance of my web site.
Now, when I want to refresh the site by running these scripts manually, I have to run each script individually through shell commands.
What I'd like to have is a password-protected page where I could go to remotely, click on a button, and have all of the commands run from that one command. In other words, I'd like a one-stop location to run all of the script commands that appear in my cron so that I don't have to wait until the next time they are run by the cron.
Any ideas?
I'm thinking this wouldn't be too difficult, but I don't know where to start.
Thanks to all who may have advice.
jns
I have a variety of scripts that are automatically run through a cron job. In a few instances where I have had a problem with my connection or server, the job wouldn't run as scheduled. When that happens, it causes problems with the appearance of my web site.
Now, when I want to refresh the site by running these scripts manually, I have to run each script individually through shell commands.
What I'd like to have is a password-protected page where I could go to remotely, click on a button, and have all of the commands run from that one command. In other words, I'd like a one-stop location to run all of the script commands that appear in my cron so that I don't have to wait until the next time they are run by the cron.
Any ideas?
I'm thinking this wouldn't be too difficult, but I don't know where to start.
Thanks to all who may have advice.
jns