V
V
vadikjust2016-10-23 19:28:08
PHP
vadikjust, 2016-10-23 19:28:08

How to set up cron in ispmanager?

I need to run a php script every 2 minutes, what command should I enter to run it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Tutubalin, 2016-10-23
@vadikjust

ISPmanager->System-> Scheduler->create
There, in the "Command" menu, enter

wget -o /dev/null --delete-after " site.ru/file.php "

or
php -f /var/www/user/data/www/site.ru/file.php > /dev/null

Then select "Schedule - expert mode" in the Minutes field
*/2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question