<VirtualHost *>
   ServerAdmin webmaster@wyktor.com
   DocumentRoot /www/wyktor/htdocs
   ServerName www.wyktor.com 
   ServerAlias wyktor.com 
   DirectoryIndex index.html index.php
   ErrorLog /www/wyktor/logs/error_log
   CustomLog /www/wyktor/logs/access_log combined
</VirtualHost>

<Directory "/www/wyktor/htdocs/files">
  AllowOverride FileInfo AuthConfig Limit
  Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  <Limit GET POST OPTIONS PROPFIND>
     Order allow,deny
     Allow from all
  </Limit>
  <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
     Order deny,allow
     Deny from all
  </Limit>
</Directory>
