How to install apach on linux
1. connect to your EC2 instance.
2. install httpd and start the service.
sudo -s
yum install httpd -y
service httpd start
3. access EC2 instance public IPv4 address.
Nothing Display & Connect Error display
1. check if you access as http.
if you didn't take measure about https, cannot access as https.
2. restart httpd service
if you access http but still not displayed, let
service httpd restart
or
service httpd stop
service httpd start
now apache default page is displayed.
restart is magic!
'개발 > troubleshooting' 카테고리의 다른 글
AWS Cloudfront https 페이지 ezoic name server 변경시 동작안함 복구 후기 (0) | 2023.07.06 |
---|---|
[React] Helmet으로 og tag 설정시 이미지 적용 안되는 문제 (0) | 2023.06.07 |
[React.js] UNSAFE_componentWillMount Warning with React-Helmet (0) | 2023.04.19 |
[AWS] EC2 ssh 접속 불가 문제 해결 (0) | 2023.04.09 |
[AWS] AWS Certificate Manager 에서 인증서 요청 후 상태 검증대기중 에서 안바뀌는 문제 (1) | 2023.04.06 |