034a597c9f
This includes adding support to basic mode auth along side to keystone auth. documentation commits coming after Change-Id: If99fd31dae55b30f199f261adb6a6de933857ad2
17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
Listen %PORT%
|
|
|
|
<VirtualHost *:%PORT%>
|
|
WSGIDaemonProcess vitrage-api processes=%APIWORKERS% threads=10 user=%USER% display-name=%{GROUP} %VIRTUALENV%
|
|
WSGIProcessGroup vitrage-api
|
|
WSGIScriptAlias / %WSGIAPP%
|
|
WSGIPassAuthorization On
|
|
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%
|