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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 265 - (show annotations) (download)
Wed Nov 17 15:35:10 2010 UTC (13 years, 5 months ago) by misc
File size: 278 byte(s)
- add a proto module for taking care of pam ( need pam_ldap, etc support, and a review of the pam config file too )
1 <VirtualHost *:80>
2 ServerName <%= name %>
3 # Serve static content directly
4 DocumentRoot /dev/null
5
6 WSGIScriptAlias / /usr/local/lib/wsgi/<%= name %>.wsgi
7 #footer
8 <Location />
9 Allow from all
10 </Location>
11 </VirtualHost>
12

  ViewVC Help
Powered by ViewVC 1.1.30