aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/templates/mirrors_vhost.conf
blob: 33f275134b02f6401e5f97f109bbc99c0e428aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<VirtualHost *:80>
        ServerName <%= vhost %>
        # Serve static content directly
        DocumentRoot  /dev/null

        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>