|
|
Basic HTTP authentication support for cron script
Author: Edward Hardin Reference Number: AA-00398 Views: 16975 Last Updated: 01/27/2012 11:43 AM |
0 Rating/ Voters
|
|
If you're using basic http authentication on your server, you will need to add access credentials to cron script. Cron script uses cURL and that's why you need to add following two lines to the /admin/CRON/cron.php file:
Replace "login" and "password" are your actual http authentication credentials.
After these changes, your cron.php file will look similar to following:
If that won't work try to use CURLAUTH_NTLM instead of CURLAUTH_BASIC:
You might need to add those two lines to the /admin/CRON/cron.php once again after KnowledgeBase Manager Pro - this file may be overwritten after update.
|
|
|