Kriner

Maidir liomsa

Eolas le haghaidh Forbróirí
Ainm Kriner
Úsáideoir ó MFómh. 25, 2013
Líon na mbreiseán 0 breiseán
Meánrátáil ar bhreiseáin an fhorbróra seo Gan rátáil fós

Mo Chuid Léirmheasanna

WebDAV for Filelink

Rated 5 out of 5 stars

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>

Léirmheas ar leagan níos sine den bhreiseán seo (1.3).