So I just got an Amazon EC2 Micro instance. I installed Apache using yum install httpd. But now, how can I get Apache to run? If I run ps -A it doesn't say that its running, nor when I go to ec2.chigs.me. How can I start it?

Thanks!

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Depends on the distribution you've installed. Since you used yum I guess it's CentOS/RedHat/Fedora or similar. Try service httpd start or something like that. chkconfig httpd on should have it started automatically after reboots.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.