PHP is installed as an Apache module and I am trying to run a PHP script in the crontab which include the following line:
lynx -dump http://path-to PHP file
It works if launched from the command line but not in the crontab. I thought it was a problem with permissions but after giving all possible permissions it seems that the problem is elsewhere.
Any help would be appreciated!