简体   繁体   中英

Apache server not working on Amazon server EC2

I have a remote Amazon server EC2, there i have been running node.js server on port 8080 with port forwarding 80 to 8080. Now i am trying to run apache server also on port 8000 but it's not working.

But when i login to remote server and do lynx " http://localhost " shows me the apache home page. I am unable to check where the problem is, can you guys help?

Did you update your Security Groups (see http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html )

make sure to accept inbound TCP traffic on port 8000 if apache is listening on this port

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM