Revision
104
Author
nanardon
Date
2010-11-04 19:39:37 +0100 (Thu, 04 Nov 2010)

Log Message

- remove broken and useless declaration

Modified Paths

Modified: puppet/modules/mga-mirrors/templates/mirrors_vhost.conf
===================================================================
--- puppet/modules/mga-mirrors/templates/mirrors_vhost.conf	2010-11-04 18:38:47 UTC (rev 103)
+++ puppet/modules/mga-mirrors/templates/mirrors_vhost.conf	2010-11-04 18:39:37 UTC (rev 104)
@@ -6,10 +6,5 @@
         Alias / /usr/bin/mga_mirrors_fastcgi.pl/
         FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30
 
-        <Directory <%= catdap_location %>/script>
-                Options +ExecCGI
-                SetHandler fcgid-script
-                Allow from all
-        </Directory>
 </VirtualHost>