방금 CentOS 7 x64를 사용하여 VPS 인스턴스를 시작했습니다. 나는 이것을 따른다지도 시간설치를 위해아파치 HTTP 서버
sudo yum install httpd
sudo systemctl start httpd.service
하지만 브라우저(클라이언트 - 내 노트북)를 사용할 때
http://my_server_IP_address/
Apache HTTP Server의 기본 시작 페이지가 표시되지 않습니다.
여기 갇혔어요. 도와주세요!
답변1
읽으면서 운이 나빴어요불완전한 튜토리얼.
다른 튜토리얼을 읽은 후: http://www.guru99.com/what-is-apache-how-to-install-it.html
나는 다음을 입력합니다:
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
그럼 가
http://my_server_ip_address/
효과가있다.