2011-01-26 35 views

回答

1

感謝所有您的幫助! 我通過安排下面的代碼作爲cron解決我的問題,因此它運行的cron聚合,因爲我想:

 
<?php 
require_once '/var/www/htdocs/includes/bootstrap.inc'; 
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); 
module_invoke('aggregator','cron'); 
?> 
1
+1

wget的http://mywebsite.com/admin/config/services/aggregator/update/1 ==>收益: 解決mywebsite.com ... xxx.xxx.xxx.xxx 連接到mywebsite.com | xxx.xxx.xxx.xxx |:80 ...連接。 發送HTTP請求,正在等待響應... 403 Forbidden 2011-01-26 12:43:57錯誤403:禁止。 – Alaa 2011-01-26 12:46:12

相關問題