티스토리 뷰
Centos 5, 6 버전의 apache2
파일이 없거나 403 포비든의 경우 계속 welcome 페이지를 보여주는 현상
/etc/httpd/conf.d/welcome.conf
#
# This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL. To disable the Welcome page, comment
# out all the lines below.
#
<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>
위 파일 삭제하면 됨
'Linux' 카테고리의 다른 글
오류: dbcursor->c_get의 db5 오류(-30986): BDB0075 DB_PAGE_NOTFOUND: Requested page not found (0) | 2020.02.14 |
---|---|
centos8 시간동기화 (chrony) (0) | 2020.02.13 |
apache2 기본페이지 계속 뜨는 현상 (0) | 2020.02.13 |
error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory (0) | 2020.02.11 |
configure: error: liburcu-bp not found (0) | 2020.02.11 |
configure: error: Support for POSIX ACLs is required (0) | 2020.02.11 |
댓글
공지사항