enable mod_wsgi on horizon_init
on a clean ubuntu environment wsgi wasn't getting enabled ensure that it actually turns on wsgi to that apache can start Change-Id: I9c74f7c5d5d2f995843b2a649a52f7159c7de314
This commit is contained in:
parent
318408c9a8
commit
e1864c37f3
@ -79,6 +79,8 @@ function init_horizon() {
|
|||||||
# Be a good citizen and use the distro tools here
|
# Be a good citizen and use the distro tools here
|
||||||
sudo touch /etc/$APACHE_NAME/$APACHE_CONF
|
sudo touch /etc/$APACHE_NAME/$APACHE_CONF
|
||||||
sudo a2ensite horizon
|
sudo a2ensite horizon
|
||||||
|
# WSGI doesn't enable by default, enable it
|
||||||
|
sudo a2enmod wsgi
|
||||||
else
|
else
|
||||||
# Install httpd, which is NOPRIME'd
|
# Install httpd, which is NOPRIME'd
|
||||||
if is_suse; then
|
if is_suse; then
|
||||||
|
Loading…
Reference in New Issue
Block a user