Kriner

על עצמי

מידע על המפתח
שם Kriner
משתמש מאז ספט' 25, 2013
מספר התוספות שנוצרו 0 תוספות
דירוג ממוצע של התוספות של המפתח טרם דורג

הסקירות שלי

WebDAV for Filelink

דירוג 5 מתוך 5 כוכבים

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>

סקירה זו מתייחסת לגרסה קודמת של התוספת (1.3).