Davanum Srinivas | d5537c1 | 2015-04-30 21:10:48 -0400 | [diff] [blame] | 1 | Listen %PUBLICPORT% |
2 | |||||
3 | <VirtualHost *:%PUBLICPORT%> | ||||
4 | WSGIDaemonProcess nova-api processes=5 threads=1 user=%USER% display-name=%{GROUP} %VIRTUALENV% | ||||
5 | WSGIProcessGroup nova-api | ||||
6 | WSGIScriptAlias / %PUBLICWSGI% | ||||
7 | WSGIApplicationGroup %{GLOBAL} | ||||
8 | WSGIPassAuthorization On | ||||
9 | <IfVersion >= 2.4> | ||||
10 | ErrorLogFormat "%{cu}t %M" | ||||
11 | </IfVersion> | ||||
12 | ErrorLog /var/log/%APACHE_NAME%/nova-api.log | ||||
13 | %SSLENGINE% | ||||
14 | %SSLCERTFILE% | ||||
15 | %SSLKEYFILE% | ||||
16 | </VirtualHost> |