group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #04064
[Bug 1584040] Re: Horizon wsgi can run in the wrong WSGIProcessGroup
** Also affects: horizon (Ubuntu Yakkety)
Importance: Undecided
Status: New
** Also affects: horizon (Ubuntu Trusty)
Importance: Undecided
Status: New
** Also affects: horizon (Ubuntu Xenial)
Importance: Undecided
Status: New
** Also affects: horizon (Ubuntu Wily)
Importance: Undecided
Status: New
** Also affects: cloud-archive
Importance: Undecided
Status: New
** Also affects: cloud-archive/newton
Importance: Undecided
Status: New
** Also affects: cloud-archive/liberty
Importance: Undecided
Status: New
** Also affects: cloud-archive/mitaka
Importance: Undecided
Status: New
** Also affects: cloud-archive/icehouse
Importance: Undecided
Status: New
** Also affects: cloud-archive/kilo
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1584040
Title:
Horizon wsgi can run in the wrong WSGIProcessGroup
Status in Ubuntu Cloud Archive:
New
Status in Ubuntu Cloud Archive icehouse series:
New
Status in Ubuntu Cloud Archive kilo series:
New
Status in Ubuntu Cloud Archive liberty series:
New
Status in Ubuntu Cloud Archive mitaka series:
New
Status in Ubuntu Cloud Archive newton series:
New
Status in horizon package in Ubuntu:
New
Status in horizon source package in Trusty:
New
Status in horizon source package in Wily:
New
Status in horizon source package in Xenial:
New
Status in horizon source package in Yakkety:
New
Bug description:
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/
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
Order allow,deny
Allow from all
</Directory>
# /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
<Directory /usr/share/mywsgi>
Order allow,deny
Allow from all
</Directory>
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1584040/+subscriptions