59641cc593
Change-Id: I02285c952d2c09e457dfd99280e0d2861152572a
16 lines
497 B
Plaintext
16 lines
497 B
Plaintext
Listen %PORT%
|
|
|
|
<VirtualHost *:%PORT%>
|
|
WSGIDaemonProcess vitrage-api processes=%APIWORKERS% threads=10 user=%USER% display-name=%{GROUP} %VIRTUALENV%
|
|
WSGIProcessGroup vitrage-api
|
|
WSGIScriptAlias / %WSGIAPP%
|
|
WSGIApplicationGroup %{GLOBAL}
|
|
<IfVersion >= 2.4>
|
|
ErrorLogFormat "%{cu}t %M"
|
|
</IfVersion>
|
|
ErrorLog /var/log/%APACHE_NAME%/vitrage.log
|
|
CustomLog /var/log/%APACHE_NAME%/vitrage_access.log combined
|
|
</VirtualHost>
|
|
|
|
WSGISocketPrefix /var/run/%APACHE_NAME%
|