From 40f256be23c385c860b7e7efe4ab3e4b1e5983d1 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 24 Apr 2009 13:34:18 +0000
Subject: [PATCH] Add Fileinfo to override options.

---
 server/conf/vhost.conf.master | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index 5eb97782ae..162fcd4bb5 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -36,7 +36,7 @@
 	
     <Directory {tmpl_var name='web_document_root_www'}>
         Options FollowSymLinks
-        AllowOverride Indexes AuthConfig Limit
+        AllowOverride Indexes AuthConfig Limit FileInfo
         Order allow,deny
         Allow from all
 <tmpl_if name='ssi' op='==' value='y'>
@@ -56,7 +56,7 @@
     </Directory>
     <Directory {tmpl_var name='web_document_root'}>
         Options FollowSymLinks
-        AllowOverride Indexes AuthConfig Limit
+        AllowOverride Indexes AuthConfig Limit FileInfo
         Order allow,deny
         Allow from all
 <tmpl_if name='ssi' op='==' value='y'>
@@ -185,7 +185,7 @@
     
 	<Directory {tmpl_var name='web_document_root_www'}>
         Options FollowSymLinks
-        AllowOverride Indexes AuthConfig Limit
+        AllowOverride Indexes AuthConfig Limit FileInfo
         Order allow,deny
         Allow from all
 <tmpl_if name='ssi' op='==' value='y'>
@@ -205,7 +205,7 @@
     </Directory>
     <Directory {tmpl_var name='web_document_root'}>
         Options FollowSymLinks
-        AllowOverride Indexes AuthConfig Limit
+        AllowOverride Indexes AuthConfig Limit FileInfo
         Order allow,deny
         Allow from all
 <tmpl_if name='ssi' op='==' value='y'>
@@ -292,4 +292,4 @@
 </VirtualHost>
 </IfModule>
 
-</tmpl_if>
\ No newline at end of file
+</tmpl_if>
-- 
GitLab