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
검색해 보니 이런게 있네요
원문: 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 요것만 주소 변경 하고
작동 시키시면 되는거 같네요
!-->
답변을 작성하시기 전에 로그인 해주세요.