horizon wsgi mod
Ihave installed the dashboard and it runs well with runserver bu when I tr yin apache I getforever loading and have: [Sat Jun 11 15:53:14.342624 2016] [authz_core:debug] [pid 12939:tid 140522258429696] mod_authz_core.c(802): [client 192.168.100.3:46522] AH01626: authorization result of Require all granted: granted [Sat Jun 11 15:53:14.342717 2016] [authz_core:debug] [pid 12939:tid 140522258429696] mod_authz_core.c(802): [client 192.168.100.3:46522] AH01626: authorization result of <requireany>: granted [Sat Jun 11 15:53:14.342747 2016] [authz_core:debug] [pid 12939:tid 140522258429696] mod_authz_core.c(802): [client 192.168.100.3:46522] AH01626: authorization result of Require all granted: granted [Sat Jun 11 15:53:14.342750 2016] [authz_core:debug] [pid 12939:tid 140522258429696] mod_authz_core.c(802): [client 192.168.100.3:46522] AH01626: authorization result of <requireany>: granted [Sat Jun 11 15:53:14.348972 2016] [:info] [pid 12925:tid 140522241844992] [remote 192.168.100.3:61416] mod_wsgi (pid=12925, process='horizon', application='osc|'): Loading WSGI script '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/horizon.wsgi'.
here is my hoeizon.conf:
<virtualhost *:80="">
ServerAdmin webmaster@openstack.org
ServerName osc
ServerAlias 127.0.0.1
DocumentRoot /usr/share/openstack-dashboard/
LogLevel debug
ErrorLog /var/log/apache2/openstack_dashboard-error.log
CustomLog /var/log/apache2/openstack_dashboard-access.log combined
WSGIScriptReloading Off
WSGIDaemonProcess openstack_dashboard_website
WSGIProcessGroup openstack_dashboard_website
WSGIApplicationGroup openstack_dashboard_website
WSGIPassAuthorization Off
WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/horizon.wsgi
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static
<Location "/static">
SetHandler None
</Location>
</virtualhost>
Tank You !