EC2 : service httpd start shows nothing
Apr 12, 2019
if you are trying to start apache server on EC2 by running this command.
service httpd start
then you got a message below.
Redirecting to /bin/systemctl start httpd.service
here what you have to do.
- run check status of apache by this command
service httpd status
Thank you for reading and leave me a comment if you have any questions.