Kriner

내 정보

개발자 정보
이름 Kriner
가입한 날짜 9월 25, 2013
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

WebDAV for Filelink

5점중 5점 받음

Hi,
if you don't want that somebody could make a directory listing of the webdav repository through the PROPFIND directive, you should add the following in the apache configuration:
<Directory your_directory_path>
AllowOverride None
# no directory listing with GET method
Options -Indexes
# no directory listing with webdav PROPFIND method
RequestHeader set Depth 0
</Directory>

이 검토는 현재 부가 기능의 이전 (1.3) 버전에 대한 것입니다.