• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Cronmanager does not work when you run a URL with CURL

R

RobertoM

Guest
Hello people! , im new here, I hope at some point contribute to the community, im a question.

First: my system

Ubuntu Server x64

Version 10.04 LTS

Plesk 10 With the latest update

when I try to run an application in PHP with Curl every 1 minute, if I do it by hand

SSH console ->

crontab -e

* / 1 * * * * /usr/bin/curl http://site.com/script.php

works well, but since the panel does not work , in the logs is trying to run them, but does nothing.

I noticed in /var/spool/cron/crontabs/domainuser, is ok, is configured as in panel

* / 1 * * * * /usr/bin/curl http://site.com/script.php

run using the full path of php does not work with the full path to curl either, also tried lynx and wget options but no luck

any idea?

thanks in advance!!
 
Back
Top