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) についてのレビューです。