aaP_4hidessh Hello sir Cron job not working I use webserver nginx, php7.4 and my website framework laravel ,OS centos 7.9 /www/server/php/74/bin/php /www/wwwroot/domain.com/artisan schedule:run >> /dev/null 2>&1 How to fix ??? Who location php this aapanel
aaPanel_Kern aaP_4hidessh hi, Do the tasks in cron have logs? Check whether the crond service is started. Check the running status: systemctl status crond If not, turn on: systemctl start crond, and set the boot start: systemctl enable crond
aaP_4hidessh service cron working but i use webserver opelitespeed working user command bellow: /usr/local/lsws/lsphp74/bin/php -d register_argc_argv=On /www/wwwroot/domain/artisan schedule:run >> /dev/null 2>&1 why webserver nginx not working ???
aaPanel_Kern aaP_4hidessh Only one nginx and openlite speed can be installed. Otherwise, one cannot run