Run "cron command" from browser?
Posted: Tue Jan 10, 2006 5:16 pm
We have a cron that runs wget, something like this:
There are occasions when we need to quickly run this--
without going to Putty and running manually.
Is there a way to execute this from a browser? Thanks.
Code: Select all
/usr/local/bin/wget -N -q -P public_html http://www.site.com/stage/index.phpwithout going to Putty and running manually.
Is there a way to execute this from a browser? Thanks.