/[adm]/puppet/modules/mga-mirrors/templates/mirrors_vhost.conf
ViewVC logotype

Contents of /puppet/modules/mga-mirrors/templates/mirrors_vhost.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 123 - (show annotations) (download)
Fri Nov 5 01:04:35 2010 UTC (13 years, 5 months ago) by misc
File size: 342 byte(s)
- refactor the vhost setting, and clean it

1 <VirtualHost *:80>
2 ServerName <%= vhost %>
3 # Serve static content directly
4 DocumentRoot /dev/null
5
6 Alias / /usr/bin/mga_mirrors_fastcgi.pl/
7 FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30
8
9 <Location />
10 Allow from all
11 </Location>
12 </VirtualHost>
13

  ViewVC Help
Powered by ViewVC 1.1.30