diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index 5eb97782ae0376cc4beb67ac9be849eaef45cb0b..162fcd4bb560242726876169496ce4576189dc6f 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>