설정 전
#vi /etc/httpd/conf/httpd.conf
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
설정 후 -> jsp 먼저 접속됨.
<IfModule dir_module>
DirectoryIndex index.jsp index.html
</IfModule>
#apachectl restart
'Server > Web' 카테고리의 다른 글
| apache 웹사이트 접속자 수 확인 (0) | 2021.12.20 |
|---|---|
| apache error페이지 출력 설정 (0) | 2021.12.20 |
| 웹 서비스 재시작 graceful/restart 차이점 (0) | 2021.11.30 |
| Apache LogLevel 설정 (0) | 2021.11.28 |
| htpasswd 사용하여 웹페이지 사용자 인증 설정. (0) | 2021.11.27 |
댓글