Fix the issue that missing the app file
Fix the issue that missing the app file in /var/www/cgi-bin/ceilometer/ Closes-Bug:#1632635 Change-Id: I79aa11d33d9fb2a3f4f9f1e197b94cbf4c51df0c
This commit is contained in:
parent
b3285fd19c
commit
ce5c9d42ba
@ -63,7 +63,7 @@ Configure the Apache HTTP server
|
||||
<VirtualHost *:8777>
|
||||
WSGIDaemonProcess ceilometer-api processes=2 threads=10 user=ceilometer group=ceilometer display-name=%{GROUP}
|
||||
WSGIProcessGroup ceilometer-api
|
||||
WSGIScriptAlias / "/var/www/cgi-bin/ceilometer/app"
|
||||
WSGIScriptAlias / /usr/lib/python2.7/site-packages/ceilometer/api/app.wsgi
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
ErrorLog /var/log/httpd/ceilometer_error.log
|
||||
CustomLog /var/log/httpd/ceilometer_access.log combined
|
||||
|
Loading…
x
Reference in New Issue
Block a user