먼저 아파치를 업데이트하고 설치
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install elinks
elinks http://0.0.0.0/ <- 자기주소
elinks 127.0.0.1
sudo nano index.html
웹 서버의 기본 문서 루트 디렉토리는 /var/www/html이다. 생성한 index.html 파일이 이 디렉토리에 있어야 한다.
sudo mv index.html /var/www/html/index.html
'Study records > Linux server hacking' 카테고리의 다른 글
보안 기초 - 사용자 계정 보안 설정 (0) | 2024.05.21 |
---|---|
기초 - 원격제어 SSH, 서버간 동기화 rsync (0) | 2024.05.18 |
기초 - 사용자와 권한 (0) | 2024.05.16 |
기초 - 프로세스와 실행 (0) | 2024.05.16 |
기초 - 파일 찾기(locate/find, whereis/$PATH) (0) | 2024.05.16 |