change the compass deamon name in httpd service

Change-Id: I094a9f069f754482c197a12c46144834bec5ae1a
This commit is contained in:
xiaodongwang 2014-09-06 20:12:05 -07:00
parent 5f8db70401
commit cfd3b7924e
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
#
# Specify python path if you use virtualenv
WSGIDaemonProcess api threads=4 display-name=%{GROUP}
WSGIProcessGroup api
WSGIDaemonProcess compass threads=4 display-name=%{GROUP}
WSGIProcessGroup compass
WSGIScriptAlias /api /var/www/compass/compass.wsgi
WSGISocketPrefix /var/run/wsgi