문제:
Centos7이 설치된 Apache Http 서버에 액세스할 수 없습니다.
해결 방법:
1. Apache 구성 요소 설치
[root@mycentos shell]# yum install httpd
2. 성공적으로 설치한 후 httpd 프로세스가 있는지 확인하세요
(권장 튜토리얼:centos) Tutorial)
[root@mycentos shell]# ps -e |grep httpd
3. 그렇지 않은 경우 서비스
[root@mycentos shell]# systemctl restart httpd.service
4를 활성화합니다. 브라우저를 사용하여 기기의 IP 주소에 액세스하면 링크가 실패합니다.
방화벽 관련 설정으로 인해 발생하는 것일 수 있습니다.
5. 방화벽을 닫고 비활성화하세요
[root@mycentos shell]# systemctl stop firewalld.service #停止防火墙服务 [root@mycentos Desktop]# systemctl disable firewalld.service #禁用防火墙开机启动服务 Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service. Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.
6. 웹사이트를 다시 방문하면 성공적으로 로그인할 수 있습니다
추천 관련 비디오 튜토리얼:linux 비디오 튜토리얼
위 내용은 centos 설치 아파치 서버에 접근할 수 없습니다의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!