Эх сурвалжийг харах

Enabling SymLinksIfOwnerMatch

Serghey Rodin 13 жил өмнө
parent
commit
844168f53f

+ 2 - 2
install/0.9.7/rhel/httpd.conf

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