• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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