Chris Dent | ae6fb18 | 2014-09-16 15:17:13 +0100 | [diff] [blame] | 1 | Listen %PORT% |
| 2 | |
| 3 | <VirtualHost *:%PORT%> |
Chris Dent | 027e2ea | 2015-06-05 18:43:50 +0000 | [diff] [blame] | 4 | WSGIDaemonProcess ceilometer-api processes=2 threads=10 user=%USER% display-name=%{GROUP} %VIRTUALENV% |
Chris Dent | ae6fb18 | 2014-09-16 15:17:13 +0100 | [diff] [blame] | 5 | WSGIProcessGroup ceilometer-api |
| 6 | WSGIScriptAlias / %WSGIAPP% |
| 7 | WSGIApplicationGroup %{GLOBAL} |
| 8 | <IfVersion >= 2.4> |
| 9 | ErrorLogFormat "%{cu}t %M" |
| 10 | </IfVersion> |
| 11 | ErrorLog /var/log/%APACHE_NAME%/ceilometer.log |
| 12 | CustomLog /var/log/%APACHE_NAME%/ceilometer_access.log combined |
| 13 | </VirtualHost> |
| 14 | |
| 15 | WSGISocketPrefix /var/run/%APACHE_NAME% |