Kriner

O mnie

Informacje o autorze
Nazwa Kriner
Użytkownik od Wrz. 25, 2013
Liczba utworzonych dodatków 0 dodatki
Średnia ocena dodatków autora Brak ocen

Moje opinie

WebDAV for Filelink

Oceniono na 5 z 5 możliwych gwiazdek

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>

Ta opinia jest o wcześniejszej wersji dodatku (1.3).