File: apache-vitrage.template

package info (click to toggle)
vitrage 15.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,908 kB
  • sloc: python: 35,107; sh: 405; makefile: 64
file content (16 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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%