Enabling SymLinksIfOwnerMatch

This commit is contained in:
Serghey Rodin 2013-03-22 21:18:29 +02:00
commit 844168f53f

View file

@ -97,12 +97,12 @@ ServerAdmin root@localhost
UseCanonicalName Off
DocumentRoot "/var/www/html"
<Directory />
Options FollowSymLinks
Options SymLinksIfOwnerMatch
AllowOverride None
</Directory>
<Directory "/var/www/html">
Options Indexes FollowSymLinks
Options Indexes SymLinksIfOwnerMatch
AllowOverride None
Order allow,deny
Allow from all