HTTP 요청이 전송되지 내 다음 명령을 사용하여 내 EC2 서버의 다른 공유 호스팅에서 30 분 간격 : -스라소니 cronjob를 호출하지만 난 cronjob에를 실행하고
0,30 * * * * /usr/bin/lynx http://qwerty.com/crons/myCron.php
크론 작업이 실행 않는 모든 내가 Cron 데몬으로부터받는 이메일을 기반으로 30 분. 그러나 PHP 파일은 가끔씩 만 호출되는 것 같습니다. 내가받은 Cron Daemon 전자 메일에서 HTTP 요청이 전송 된 경우에만 성공한 것으로 나타났습니다.
예는 다음과 같습니다 : -
성공하지 못한 시도
Your Terminal type is unknown!
Enter a terminal type: [vt100]
TERMINAL TYPE IS SET TO vt100
(B)0[1;24r[m[?7h[?1h=[H[J[21B[0;7mGetting http://qwerty.com/crons/myCron.php[m
[0;7mLooking up qwerty.com[m[K
[0;7mMaking HTTP connection to qwerty.com[m
[24;1H
[?1l>
성공적인 시도
Your Terminal type is unknown!
Enter a terminal type: [vt100]
TERMINAL TYPE IS SET TO vt100
(B)0[1;24r[m[?7h[?1h=[H[J[21B[0;7mGetting http://qwerty.com/crons/myCron.php[m
[0;7mLooking up qwerty.com[m[K
[0;7mMaking HTTP connection to qwerty.com[m
[0;7mSending HTTP request.[m [22;22H
[0;7mHTTP request sent; waiting for response.[m
[24;1H
[?1l>
을 나는 HTTP 요청이 때마다 보내되어 있는지 확인 할 수있는 방법 cron 데몬이 실행됩니까?
왜 wget을 시도하지 않습니까? – Pogrindis