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