]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/templates/mod/wsgi.conf.erb
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / wsgi.conf.erb
1 # The WSGI Apache module configuration file is being
2 # managed by Puppet an changes will be overwritten.
3 <IfModule mod_wsgi.c>
4   <%- if @wsgi_socket_prefix -%>
5   WSGISocketPrefix <%= @wsgi_socket_prefix %>
6   <%- end -%>
7   <%- if @wsgi_python_home -%>
8   WSGIPythonHome "<%= @wsgi_python_home %>"
9   <%- end -%>
10   <%- if @wsgi_python_path -%>
11   WSGIPythonPath "<%= @wsgi_python_path %>"
12   <%- end -%>
13 </IfModule>