security
This is an old revision of the document!
Security
WebDAV Readonly mode
Make sure to disable following methods in webserver.
# Disabled TRACE|TRACK|PUT|OPTIONS|DELETE|HEAD <Directory /var/www/html > AuthType None Satisfy Any Allow from all RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|PUT|OPTIONS|DELETE|HEAD) RewriteRule .*$ - [F,L] </Directory>
security.1573485542.txt.gz · Last modified: 2020/08/10 02:29 (external edit)