# ************************************ # Vhost template in module puppetlabs-apache # Managed by Puppet # ************************************ # ServerName np0005646752.novalocal ## Vhost docroot DocumentRoot "/var/www/cgi-bin/aodh" ## Directories, there should at least be a declaration for /var/www/cgi-bin/aodh Options -Indexes +FollowSymLinks +MultiViews AllowOverride None Require all granted ## Logging ErrorLog "/var/log/httpd/aodh_wsgi_error.log" ServerSignature Off CustomLog "/var/log/httpd/aodh_wsgi_access.log" combined SetEnvIf X-Forwarded-Proto https HTTPS=1 ## WSGI configuration WSGIApplicationGroup %{GLOBAL} WSGIDaemonProcess aodh display-name=aodh_wsgi group=aodh processes=2 threads=1 user=aodh WSGIProcessGroup aodh WSGIScriptAlias / "/var/www/cgi-bin/aodh/app"