← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/wsgi_missing_directive into lp:maas

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/wsgi_missing_directive into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~andreserl/maas/wsgi_missing_directive/+merge/112770
-- 
https://code.launchpad.net/~andreserl/maas/wsgi_missing_directive/+merge/112770
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/wsgi_missing_directive into lp:maas.
=== modified file 'contrib/maas-http.conf'
--- contrib/maas-http.conf	2012-06-25 10:37:11 +0000
+++ contrib/maas-http.conf	2012-06-29 13:41:19 +0000
@@ -2,7 +2,7 @@
 WSGIScriptAlias /MAAS  /usr/share/maas/wsgi.py
 # Preload application when process starts. This will allow publishing
 # the MAAS server existence over Avahi.
-WSGIImportScript /usr/share/maas/wsgi.py process-group=maas
+WSGIImportScript /usr/share/maas/wsgi.py process-group=maas application-group=maas
 WSGIPassAuthorization On
 
 <Directory /usr/share/maas/>


Follow ups