author | ymh <ymh.work@gmail.com> |
Tue, 12 Apr 2016 13:05:43 +0200 | |
changeset 150 | cb4c47eda2db |
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> |