• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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