I have a php file located at, let's say, for example:
/data/web/process.php
This file is not publicly available (no virtual host is running in that folder, but apache is installed). I need to execute this file every minute every day.
I know I can open crontab with crontab -e, but I'm not sure what exactly should I write to the file so that what I need to do works.
Any help, please?