• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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