Kriner

Despre mine

Informații dezvoltator
Nume Kriner
Utilizator din Sept. 25, 2013
Numărul de suplimente dezvoltate 0 suplimente
Media evaluărilor suplimentelor dezvoltatorului Neevaluat încă

Recenziile mele

WebDAV for Filelink

Evaluată cu 5 din 5 stele

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>

Această recenzie este pentru o versiune anterioară a suplimentului (1.3).