• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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