• 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.

How to use Scheduled Tasks

Z

Zeon

Guest
Hey everyone,
I'm wanting to use scheduled Tasks so php will open a webpage - cron.php every minute. I know if under windows I can just setup a task using the following syntax:
"C:\Program Files\Parallels\Plesk\Additional\PleskPHP5\php.exe" -f "C:\vhosts\cron.php"

However if I put this into Plesk scheduled task it doesn't run - when I look under the scheduled tasks panel in windows it seems that plesk adds a whole bunch of other stuff such as the command prompt and
"C:\Program Files\Parallels\Plesk\runtask.exe"

What would be ideal would be to just put something in like:

php GET http://url.com/cron.php - is this possible?
 
Back
Top