--- puppet/modules/apache/templates/vhost_django_app.conf 2010/11/06 17:50:14 182 +++ puppet/modules/apache/templates/vhost_django_app.conf 2010/11/08 01:12:49 201 @@ -3,7 +3,7 @@ # Serve static content directly DocumentRoot /dev/null - WSGIScriptAlias / <%= wsgi_dir%>/<%= name %>.wsgi + WSGIScriptAlias / /usr/local/lib/wsgi/<%= name %>.wsgi Allow from all