Kriner

Informazioni utente

Informazioni sullo sviluppatore
Nome Kriner
Utente da Set. 25, 2013
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Le mie recensioni

WebDAV for Filelink

Assegnate 5 su 5 stelle

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>

Questa recensione riguarda una versione precedente (1.3) del componente aggiuntivo.