[Bug 1584040] [NEW] Horizon wsgi can run in the wrong WSGIProcessGroup

2016-05-20 Thread Cedric Brandily
Public bug reported:

Horizon wsgi can run in the wrong WSGIProcessGroup when multiple
WSGIProcessGroup are defined. Typically with the 2 following
configurations enabled on apache2:

# /etc/apache2/conf-enabled/openstack-dashboard.conf
   WSGIScriptAlias /horizon 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
   WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10
   WSGIProcessGroup horizon
   Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
   Alias /horizon/static 
/usr/share/openstack-dashboard/openstack_dashboard/static/
   
 Order allow,deny
 Allow from all
   

# /etc/apache2/conf-enabled/wsgi.conf
   WSGIScriptAlias /mywsgi /usr/share/mywsgi/.. process-group=mywsgi
   WSGIDaemonProcess mywsgi user=mywsgi group=mywsgi processes=5 threads=10
   WSGIProcessGroup mywsgi
   
 Order allow,deny
 Allow from all
   

Nothing ensures that Horizon wsgi will run in "horizon"
WSGIProcessGroup.


To ensure it we should use:
   WSGIScriptAlias /horizon 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi 
processes-group=horizon
instead of:
   WSGIScriptAlias /horizon 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi


It affects my Kilo openstack-dashboard on Trusty BUT should affect every 
openstack-dashboard on every ubuntu

** Affects: horizon (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1584040

Title:
  Horizon wsgi can run in the wrong WSGIProcessGroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1584040/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308050] Re: git-review crashes when using it with Python 2 (not with Python 3)

2014-05-24 Thread Cedric Brandily
** Tags removed: amd64

** Changed in: git-review
   Status: New = Confirmed

** Changed in: git-review
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308050

Title:
  git-review crashes when using it with Python 2 (not with Python 3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/git-review/+bug/1308050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs