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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 122 - (hide annotations) (download)
Fri Nov 5 01:01:29 2010 UTC (13 years, 5 months ago) by misc
File size: 330 byte(s)
- use the refactored vhost
- remove the directive NameVirtualHost, as we are already taking care of it elsewhere

1 nanardon 118 <VirtualHost *:80>
2 misc 122 ServerName <%= vhost %>
3 nanardon 118 # Serve static content directly
4     DocumentRoot /dev/null
5    
6     Alias / /usr/bin/epoll_fastcgi.pl/
7     FastCgiServer /usr/bin/epoll_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