Kriner

Über mich

Entwickler-Information
Name Kriner
Benutzer seit Sept. 25, 2013
Anzahl der entwickelten Add-ons 0 Add-ons
Durchschnittliche Bewertung der Add-ons des Entwicklers Noch nicht bewertet

Meine Bewertungen

WebDAV for Filelink

Bewertet mit 5 von 5 Sternen

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>

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3) abgegeben.