corn 비활성이라 이렇게 활성화 하라는데 무슨말인지 모르겠습니다 채택완료
Cronjob command
For active the script, you need to call the cronjob page. For this you can use this command
wget -q -O /dev/null http://my_cron_url.tld >/dev/null
In this exemple (bellow), you need to replace http://my_cron_url.tld to the cron url listed.
답변 1개
채택된 답변
+20 포인트
다케미카코
6년 전
검색해 보니 이런게 있네요
Copy
원문: https://help.ovrley.com/help-center/articles/22/enable-cronjobs
Enable cronjobs
This tutorial provides detailed instructions on how to enable your cronjob on Krypto.
List of all cronjob
For know the list of all required cronjob, you can go on your Admin section and your Cron tab.
Then a list of all cronjob required will be shown :
You can see on the table the Cron time required. This information show how many per X minutes, the cron job script need to be runned.
For exemple The script CheckNotification.php, need to be runned every minutes.
Cronjob command
For active the script, you need to call the cronjob page. For this you can use this command
wget -q -O /dev/null http://my_cron_url.tld >/dev/null
In this exemple (bellow), you need to replace http://my_cron_url.tld to the cron url listed.
Enable cron your cpanel
https://www.youtube.com/watch?v=WzIqEJkK_pM
서버 가지고 계시면 루트 권한에서 wget -q -O /dev/null http://my_cron_url.tld >/dev/null
이거 작동 시키면 되는데 주소에서 http://my_cron_url.tld 요것만 주소 변경 하고
작동 시키시면 되는거 같네요
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인