Parent Directory | Revision Log
- 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 |