diff --git a/lib/horizon b/lib/horizon index af09f7700a..6173042fe5 100644 --- a/lib/horizon +++ b/lib/horizon @@ -79,6 +79,8 @@ function init_horizon() { # Be a good citizen and use the distro tools here sudo touch /etc/$APACHE_NAME/$APACHE_CONF sudo a2ensite horizon + # WSGI doesn't enable by default, enable it + sudo a2enmod wsgi else # Install httpd, which is NOPRIME'd if is_suse; then