Cronjob isn't working

Get email:

--2014-01-28 00:12:01-- http://domain.com/fetch
Resolving domain.com... 108.00.0.00
Connecting to domain.com|108.00.0.00|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2014-01-28 00:12:01 ERROR 403: Forbidden.
 
OMG, never use 777 if possible. Next to that it has nothing to do with cronjob permissions.
HTTP request sent, awaiting response... 403 Forbidden
This is your problem. You are not allowed to access that http page. Maybe the server the cronjob is running from is in the firewall of that domain or something.

If you want, state hier the real url you are trying to use via the cronjob so we can test it. You can also send me the real cronjob per PM if you want then I can test what is going wrong and if it would work on one of my systems.
 
OMG, never use 777 if possible. Next to that it has nothing to do with cronjob permissions.

This is your problem. You are not allowed to access that http page. Maybe the server the cronjob is running from is in the firewall of that domain or something.

If you want, state hier the real url you are trying to use via the cronjob so we can test it. You can also send me the real cronjob per PM if you want then I can test what is going wrong and if it would work on one of my systems.

I use curl -s http://www.mydomain.com/fetch it is working now

many thanks for your help
 
Back
Top