Kriner

À propos de moi

Information développeur
Nom Kriner
Utilisateur depuis sep. 25, 2013
Nombre de modules développés 0 modules
Moyenne des notes des modules du développeur Pas encore évalué

Mes critiques

WebDAV for Filelink

Noté 5 sur 5 étoiles

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>

Cette critique concerne une version précédente du module (1.3).