Revision
116
Author
nanardon
Date
2010-11-05 00:53:46 +0100 (Fri, 05 Nov 2010)

Log Message

- allow to access to web app

Modified Paths

Modified: puppet/modules/mga-mirrors/templates/mirrors_vhost.conf
===================================================================
--- puppet/modules/mga-mirrors/templates/mirrors_vhost.conf	2010-11-04 23:49:05 UTC (rev 115)
+++ puppet/modules/mga-mirrors/templates/mirrors_vhost.conf	2010-11-04 23:53:46 UTC (rev 116)
@@ -7,5 +7,8 @@
         Alias / /usr/bin/mga_mirrors_fastcgi.pl/
         FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30
 
+        <Location />
+            Allow from all
+        </Location>
 </VirtualHost>