====== Security ======
==== WebDAV Readonly mode ====
Make sure to disable following methods in webserver.
# Disabled TRACE|TRACK|PUT|OPTIONS|DELETE|HEAD
AuthType None
Satisfy Any
Allow from all
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|PUT|OPTIONS|DELETE|HEAD)
RewriteRule .*$ - [F,L]
==== cgi-bin precaution ====
Make sure none of the configuration files get printed as pain text.
Require all denied
==== Anything start with .(dot) ====
Disable all files and folder start with .dot
Require all denied
Require all denied