]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Change user/group to www-data
authorIvan Udovichenko <iudovichenko@mirantis.com>
Wed, 30 Mar 2016 20:07:16 +0000 (23:07 +0300)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Wed, 30 Mar 2016 20:07:16 +0000 (23:07 +0300)
Rewritten-From: bdf4557c42d85ad0c6baeaf883af0899dae0bb15

xenial/debian/apache-sites-available/openstack-dashboard-alias-only.conf
xenial/debian/apache-sites-available/openstack-dashboard-ssl.conf
xenial/debian/apache-sites-available/openstack-dashboard.conf
xenial/debian/changelog

index 0f095b27b6f05276c11ac7705fc01f503e504ae1..942fff9a3d155eb92b6730179e840d8c988e45f1 100644 (file)
@@ -1,5 +1,5 @@
 WSGIScriptAlias /horizon /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
-WSGIDaemonProcess horizon user=horizon group=horizon
+WSGIDaemonProcess horizon user=www-data group=www-data
 Alias /static /var/lib/openstack-dashboard/static
 Alias /horizon/static /var/lib/openstack-dashboard/static
 
index 6ce9f4407b027849cfa2f46c88b398ed53998d0d..6b189b40dc57c50c3a149ed82c124f2248d18b31 100644 (file)
@@ -9,7 +9,7 @@
     BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
 
     WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
-    WSGIDaemonProcess horizon user=horizon group=horizon
+    WSGIDaemonProcess horizon user=www-data group=www-data
     #WSGIProcessGroup openstack-dashboard
     Alias /static /var/lib/openstack-dashboard/static
     Alias /horizon/static /var/lib/openstack-dashboard/static
index b841718b787504142772a9ee8054921d91469e53..634fd597d342207db11498c52e326f4a02723f8d 100644 (file)
@@ -1,7 +1,7 @@
 <VirtualHost *:80>
     ServerAdmin webmaster@localhost
     WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
-    WSGIDaemonProcess horizon user=horizon group=horizon
+    WSGIDaemonProcess horizon user=www-data group=www-data
     #WSGIProcessGroup openstack-dashboard
     Alias /static /var/lib/openstack-dashboard/static
     Alias /horizon/static /var/lib/openstack-dashboard/static
index e66aee04e1aad195d70e5aca291138ab570c581a..70c5c9e358fb08fff7a992211f401fe64033015d 100644 (file)
@@ -21,6 +21,7 @@ horizon (2:9.0.0~rc1-2) UNRELEASED; urgency=medium
   * d/debian/apache-sites-available/*.conf:
       - Change/add alias path to static files.
       - Update permissions according to Apache 2.4 improvements.
+      - Change user/group to www-data .
 
  -- Ivan Udovichenko <iudovichenko@mirantis.com>  Wed, 30 Mar 2016 22:23:48 +0300