cancel
Showing results for 
Search instead for 
Did you mean: 

Cron not working on aws amazon

Cron not working on aws amazon

Hello

I want to ask, why email confirmation can not send on magento ce 1.9.2.1,

my hosting in aws amazon ec2 instance

what caused that to happen? possible in cron on aws

 

I beg you to help us answer

 

Thank You

 

 

 

1 REPLY 1

Re: Cron not working on aws amazon

Hello

You need to manually setup cron job in amazon server.

Please login to your server via ssh and type below commands

crontab -e

Than press i via keypad.

Please type below command to setup cron job and change the path as per your magento root.

* * * * * /usr/bin/php /var/www/html/MAGENTO/cron.php

after entering above cron job, press Esc button and than type :wq via keypad and you are done.

Thanks

Problem solved? Click Accept as Solution!
Magento Developer