From 844168f53f556a2b4c4b00fe792fdbe8c4f8ed40 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 22 Mar 2013 21:18:29 +0200 Subject: [PATCH] Enabling SymLinksIfOwnerMatch --- install/0.9.7/rhel/httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/0.9.7/rhel/httpd.conf b/install/0.9.7/rhel/httpd.conf index 21a51383..e4ca29eb 100644 --- a/install/0.9.7/rhel/httpd.conf +++ b/install/0.9.7/rhel/httpd.conf @@ -97,12 +97,12 @@ ServerAdmin root@localhost UseCanonicalName Off DocumentRoot "/var/www/html" - Options FollowSymLinks + Options SymLinksIfOwnerMatch AllowOverride None - Options Indexes FollowSymLinks + Options Indexes SymLinksIfOwnerMatch AllowOverride None Order allow,deny Allow from all