redirect
005. Ubuntu Apache2 http접속 redirect 하기
Ubuntu 18.04, 20.04에는 기본적으로 Apache2가 깔려있습니다. 이를 이용해서 80포트로 들어오는 기본적인 http요청을 받을 수 있는데요. 필요에의해 다른 주소로 redirect해야할 필요가 있습니다. 그럴땐 apache2의 기본 index파일인 /var/www/html/index.html 파일을 수정해서 redirect를 할 수 있습니다. /var/www/html/index.html 위와 같이 tag를 이용하여 간단하게 구현할 수 있습니다. 위와 같이 설정했음에도 접속이 안되는 경우 apache2가 작동중인지 확인해보아야합니다.$ sudo systemctl status apache2 ● apache2.service - The Apache HTTP Server Loaded: loaded..