아래 방법중에서 아무거나
45 * * * * /usr/bin/lynx -source http://example.com/cron.php
45 * * * * /usr/bin/wget -O - -q -t 1 http://www.example.com/cron.php
45 * * * * curl --silent --compressed http://example.com/cron.php
SSL이면 이렇게하면 된단다.
출처 : http://drupal.org/cron
45 * * * * /usr/bin/lynx -source http://example.com/cron.php
45 * * * * /usr/bin/wget -O - -q -t 1 http://www.example.com/cron.php
45 * * * * curl --silent --compressed http://example.com/cron.php
SSL이면 이렇게하면 된단다.
45 * *
* * /usr/bin/wget --no-check-certificate --quiet -O -
https://example.com/cron.php
출처 : http://drupal.org/cron
'밥벌이 > OS' 카테고리의 다른 글
[AIX] 서비스 프로세서 기본 IP (0) | 2010.06.05 |
---|---|
[AIX] rootvg 미러링 복구하기 (0) | 2010.06.05 |
[Linux] grub 복구 (0) | 2010.04.30 |
[Windows] 실행창 주요 명령어 (0) | 2010.04.27 |
[Solaris] ndd -get /dev/tcp ? (0) | 2010.04.27 |