author | nowmad@nowmads-macbook-pro.local |
Thu, 21 Jan 2016 00:11:10 +0100 | |
changeset 93 | f7223e2f3023 |
parent 28 | b0b56e0f8c7f |
permissions | -rw-r--r-- |
28 | 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> |