author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
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> |