curl
[code language="php"]
/usr/bin/curl https://secure.mydomain.com/cronjob.php 2>/dev/null >/dev/null
[/code]
if you forget to renew your certificate your cron job may stop working so you may want to use this syntax instead
[code language="php"]
/usr/bin/curl --insecure https://secure.mydomain.com/cronjob.php 2>/dev/null >/dev/null
[/code]
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a comment.