Apache not responding in amazon ec2
Posted
by
Viren
on Server Fault
See other posts from Server Fault
or by Viren
Published on 2013-10-30T08:48:28Z
Indexed on
2013/10/30
9:56 UTC
Read the original article
Hit count: 154
Well this might sound awkward but I facing terrible issue with my Amazon EC2 instance
one of the finding I see is that apache is not responding on port 80 which is weird because I can't even find the incoming packet to port 80 in tcpdump output
As per the security rules all security rules are in place correctly at least in amazon console
I restarted the apache to listen to port 8080 and added port 8080 and add 8080 to security rule and everything work but I cant just able to understand as to why the port 80 not responding
Needless to say since port 8080 is responding all my CNAME and A-record is working too
UPDATE
No firewall issue either I just cross check the iptables and list is empty
Can some share a light on this
© Server Fault or respective owner