• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Cron job on Plesk 11.0.9

nikosp

New Pleskian
Hi everybody,

I need your help with a problem i have with some cron jobs.
I am managing a a deal aggregator in Greece and i want to create some cron task to feed the site with the deals.
At first everything was seemed to be ok and the feed was ok but now nothing is working.
I used the commands below to run the cron but nothing seems to function anymore.

cd /var/www/vhosts/host/httpdocs/domain_name/crawlsites && /usr/bin/php -q crawler.php

/usr/bin/wget -O - -q http://domain_name/crawlsites/crawler.php >/dev/null

wget -q http://domain_name/crawlsites/crawler.php >/dev/null

/usr/bin/curl --silent --user username:password http://domain_name/crawlsites/crawler.php

/usr/bin/curl -sL http://domain_name/crawlsites/crawler.php >/dev/null

Any ideas?

P.S
I should tell that i use a shared web hosting service here in Greece and i don't have any access to the server.

Thanks in advance
 
Last edited:
Back
Top