openstack horizon ubuntu apache2 总结

来源:互联网 发布:mysql数据库培训 编辑:程序博客网 时间:2024/05/12 18:28

配置文件/etc/apache2/conf.d/openstack-dashboard.conf

内容:

WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
WSGIDaemonProcess horizon user=www-data group=www-data processes=3 threads=10
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
  Order allow,deny
  Allow from all
</Directory>