aaP_muikamachi8993 Hello. When you want to run https://example.com/aaaa.php with a cron job, (Shell Script) /www/server/php/74/bin/php /www/wwwroot/example.com/aaaa.php or (Access URL) https://example.com/aaaa.php It didn't work. How can I solve it?
aaPanel_Kern aaP_muikamachi8993 Hello, check if cron is running and see if the log is running with errors debian/ubuntu: systemctl status cron centos: systemctl status crond
aaP_muikamachi8993 cron is working. (Access URL) http://example.com/aaaa.php It worked fine with http I don't know what kind of settings will work.
aaP_muikamachi8993 I understand a little. In the case of Shell Script, it seems that some conditions in the if statement are not working.