/[adm]/puppet/modules/epoll/templates/epoll_vhost.conf
ViewVC logotype

Contents of /puppet/modules/epoll/templates/epoll_vhost.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118 - (show annotations) (download)
Fri Nov 5 00:22:23 2010 UTC (13 years, 5 months ago) by nanardon
File size: 358 byte(s)
- add epoll config
1 NameVirtualHost *:80
2 <VirtualHost *:80>
3 ServerName epoll.<%= domain %>
4 # Serve static content directly
5 DocumentRoot /dev/null
6
7 Alias / /usr/bin/epoll_fastcgi.pl/
8 FastCgiServer /usr/bin/epoll_fastcgi.pl -processes 4 -idle-timeout 30
9
10 <Location />
11 Allow from all
12 </Location>
13 </VirtualHost>
14

  ViewVC Help
Powered by ViewVC 1.1.30