apache2 웹 서버 Index of (파일구조) 숨기기
2021. 8. 9. 21:32ㆍ웹 서버 구축
http://IP_Address/filename 로 접근했을때 나타나는 Index of /filename 형태의 페이지를 해제한다.
sudo nvim /etc/apache2/apache2.conf
sudo systemctl restart apache2
[ 참고 ]
https://www.techrepublic.com/article/how-to-make-apache-more-secure-by-hiding-directory-folders/
How to make Apache more secure by hiding directory folders
If you serve up your websites with Apache, you might want to prevent the server from listing subdirectories. Here are two simple tricks for securing your Apache server.
www.techrepublic.com
'웹 서버 구축' 카테고리의 다른 글
PDOException: could not find driver 문제 해결 (0) | 2021.08.12 |
---|---|
apache2 웹 서버 private directory 만들기 (0) | 2021.08.09 |
참고 (0) | 2021.08.09 |
라즈베리 파이 3 B+를 이용하여 실습환경 구축하기 (0) | 2021.08.06 |
ODROID H2+ (0) | 2021.04.06 |