Hi! You are a th visitor to my blog. Please remain the messages if you want to know me more. :)

Tuesday, December 9, 2008

directory listing 없애는 방법 (apache 웹 서버)

Apache를 설치한 경로에서 httpd.conf를 연다.

예) /etc/httpd/conf/httpd.conf (RPM 설치시)
/usr/local/apache/conf/httpd.conf (tar 설치시)

vi등의 editing 프로그램을 이용하여 httpd.conf를 열어 다음의 구문을 찾는다.

Options All Indexes FollowSymLinks MultiViews

여기에서 "Indexes"구문을 없애고 아래와 같이 수정해 준다.

Options All FollowSymLinks MultiViews

그 이후 apache 서비스를 재시작한다.

No comments: