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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 103 - (hide annotations) (download)
Thu Nov 4 18:38:47 2010 UTC (13 years, 11 months ago) by nanardon
File size: 459 byte(s)
- add config for mga-mirrors
1 nanardon 103 <VirtualHost *:80>
2     ServerName identity.<%= domain %>
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     <Directory <%= catdap_location %>/script>
10     Options +ExecCGI
11     SetHandler fcgid-script
12     Allow from all
13     </Directory>
14     </VirtualHost>
15    

  ViewVC Help
Powered by ViewVC 1.1.30