• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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