리눅스 분류
리눅스 웹서버와 엡프티피...T.T
작성자 정보
- 관리자 작성
- 작성일
컨텐츠 정보
- 1,745 조회
- 0 추천
- 목록
본문
페도라에서 웹서버를 설치후 http://localhost 해서 홈페이지를 부르면 index.html 파일이 나타나지 않는문제는
이 문제는 /etc/httpd/conf.d/welcome.conf 라는 파일에서 아래처럼 설정되어 있기 때문입니다
<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>
/etc/httpd/conf.d/welcome.conf 파일을 아래처럼 주석처리 해주신 후에 웹서버를 재시작해서 사용하시면 해결됩니다
#<LocationMatch "^/+$">
# Options -Indexes
# ErrorDocument 403 /error/noindex.html
#</LocationMatch>
이 문제는 /etc/httpd/conf.d/welcome.conf 라는 파일에서 아래처럼 설정되어 있기 때문입니다
<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>
/etc/httpd/conf.d/welcome.conf 파일을 아래처럼 주석처리 해주신 후에 웹서버를 재시작해서 사용하시면 해결됩니다
#<LocationMatch "^/+$">
# Options -Indexes
# ErrorDocument 403 /error/noindex.html
#</LocationMatch>
관련자료
-
이전
-
다음
댓글 0
등록된 댓글이 없습니다.