/[adm]/puppet/modules/apache/templates/vhost_wsgi.conf
ViewVC logotype

Contents of /puppet/modules/apache/templates/vhost_wsgi.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 812 - (show annotations) (download)
Mon Jan 17 15:24:07 2011 UTC (14 years, 1 month ago) by misc
File size: 250 byte(s)
new vhost_wsgi type, for viewvc support
1 <VirtualHost *:80>
2 ServerName <%= name %>
3 # Serve static content directly
4 DocumentRoot /dev/null
5
6 WSGIScriptAlias / <%= wsgi_path %>
7 <Location />
8 Allow from all
9 </Location>
10 </VirtualHost>
11

  ViewVC Help
Powered by ViewVC 1.1.30