change the compass deamon name in httpd service
Change-Id: I094a9f069f754482c197a12c46144834bec5ae1a
This commit is contained in:
parent
5f8db70401
commit
cfd3b7924e
@ -2,8 +2,8 @@
|
|||||||
#
|
#
|
||||||
# Specify python path if you use virtualenv
|
# Specify python path if you use virtualenv
|
||||||
|
|
||||||
WSGIDaemonProcess api threads=4 display-name=%{GROUP}
|
WSGIDaemonProcess compass threads=4 display-name=%{GROUP}
|
||||||
WSGIProcessGroup api
|
WSGIProcessGroup compass
|
||||||
WSGIScriptAlias /api /var/www/compass/compass.wsgi
|
WSGIScriptAlias /api /var/www/compass/compass.wsgi
|
||||||
WSGISocketPrefix /var/run/wsgi
|
WSGISocketPrefix /var/run/wsgi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user