Cannot run cron Job

increase

New member
Joined
Mar 23, 2022
Messages
2
I am using Asura directadmin to run my cron Job

Here is the link to my actual file to run (every 1 minute for testing)

My host has told me that Since I am calling an https:// link directly, I need to use curl, for example
curl -s http://example.com/check/ > /dev/null

So this is the link I currently have in my cron job
curl -s http://rics-travel.com//2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php > /dev/null

This does not run and does not send an email and I have asked the host for a cron job log file, but they have not answered

So my question is, what should the correct lien be for the cron job to run every minute

Here is my log
198.251.89.164 - - [23/Mar/2022:00:11:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:12:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:13:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:14:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:15:03 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:16:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:17:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:18:03 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:19:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:20:03 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:21:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:22:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:23:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:24:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:25:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
198.251.89.164 - - [23/Mar/2022:00:26:02 -0400] "GET //2020-2017/Community_Bible_Fellowship_Messages_2019/.index_cron.php HTTP/1.1" 301 1019 "-" "curl/7.61.1"
 
Last edited:
Back
Top