consider to write one like the Debian one

<VirtualHost *:8080>
    WSGIScriptAlias / 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
    WSGIDaemonProcess openstack-dashboard user=horizon group=horizon
    WSGIProcessGroup openstack-dashboard

    <Directory />
        AllowOverride None
    </Directory>

    <Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi/>
        Order allow,deny
        Allow from all
    </Directory>

    Alias /static/horizon /usr/share/pyshared/horizon/static/horizon

    <Directory /usr/share/pyshared/horizon/static/horizon>
        Order allow,deny
        Allow from all
    </Directory>

    Alias /static /usr/share/openstack-
dashboard/openstack_dashboard/static

    <Directory /usr/share/openstack-dashboard/openstack_dashboard/static/>
        Order allow,deny
        Allow from all
    </Directory>

</VirtualHost>

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

Title:
  Dashboard should not add WSGI config in /etc/apache2/conf.d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/1062171/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to