From f789af6ead818061986f04523da11165eee131ff Mon Sep 17 00:00:00 2001 From: Shashirekha Gundur Date: Tue, 7 Mar 2017 19:16:17 +0000 Subject: [PATCH] display swift services in apache2 $sudo service apache2 status ; was not listing swift-service names correctly; with this change this is the output we see http://paste.openstack.org/show/601822/ Change-Id: I11b17bcf8c206afaed51bd27090cdf3108f7aee2 Closes-Bug: #1665156 --- examples/apache2/account-server.template | 2 +- examples/apache2/container-server.template | 2 +- examples/apache2/object-server.template | 2 +- examples/apache2/proxy-server.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/apache2/account-server.template b/examples/apache2/account-server.template index d4da3d807d..071a6cdd8d 100644 --- a/examples/apache2/account-server.template +++ b/examples/apache2/account-server.template @@ -14,7 +14,7 @@ NameVirtualHost *:%PORT% Listen %PORT% - WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% + WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% display-name=%{GROUP} WSGIProcessGroup %SERVICENAME% WSGIScriptAlias / /var/www/swift/%SERVICENAME%.wsgi WSGIApplicationGroup %{GLOBAL} diff --git a/examples/apache2/container-server.template b/examples/apache2/container-server.template index 82fa281d3e..b0b5c7e709 100644 --- a/examples/apache2/container-server.template +++ b/examples/apache2/container-server.template @@ -14,7 +14,7 @@ NameVirtualHost *:%PORT% Listen %PORT% - WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% + WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% display-name=%{GROUP} WSGIProcessGroup %SERVICENAME% WSGIScriptAlias / /var/www/swift/%SERVICENAME%.wsgi WSGIApplicationGroup %{GLOBAL} diff --git a/examples/apache2/object-server.template b/examples/apache2/object-server.template index a022389d4d..36e35792a8 100644 --- a/examples/apache2/object-server.template +++ b/examples/apache2/object-server.template @@ -14,7 +14,7 @@ NameVirtualHost *:%PORT% Listen %PORT% - WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% + WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% display-name=%{GROUP} WSGIProcessGroup %SERVICENAME% WSGIScriptAlias / /var/www/swift/%SERVICENAME%.wsgi WSGIApplicationGroup %{GLOBAL} diff --git a/examples/apache2/proxy-server.template b/examples/apache2/proxy-server.template index 959d76ef9c..f2b500be65 100644 --- a/examples/apache2/proxy-server.template +++ b/examples/apache2/proxy-server.template @@ -16,7 +16,7 @@ Listen %PORT% # The limit of an object size LimitRequestBody 5368709122 - WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% + WSGIDaemonProcess %SERVICENAME% processes=5 threads=1 user=%USER% display-name=%{GROUP} WSGIProcessGroup %SERVICENAME% WSGIScriptAlias / /var/www/swift/%SERVICENAME%.wsgi WSGIApplicationGroup %{GLOBAL}