Files
deb-gnocchi/devstack/apache-ported-gnocchi.template
gordon chung bc81f1c699 Revert "Retire project"
not ready yet.

This reverts commit 35c7613e65.

Change-Id: I381323562fe8233c088c04128742b3c237c3dca1
2017-06-05 13:24:27 +00:00

16 lines
542 B
Plaintext

Listen %GNOCCHI_PORT%
<VirtualHost *:%GNOCCHI_PORT%>
WSGIDaemonProcess gnocchi lang='en_US.UTF-8' locale='en_US.UTF-8' user=%USER% display-name=%{GROUP} processes=%APIWORKERS% threads=32 %VIRTUALENV%
WSGIProcessGroup gnocchi
WSGIScriptAlias / %WSGI%
WSGIApplicationGroup %{GLOBAL}
<IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M"
</IfVersion>
ErrorLog /var/log/%APACHE_NAME%/gnocchi.log
CustomLog /var/log/%APACHE_NAME%/gnocchi-access.log combined
</VirtualHost>
WSGISocketPrefix /var/run/%APACHE_NAME%