| author | Chloe Laisne <chloe.laisne@gmail.com> |
| Tue, 07 Jun 2016 19:49:43 +0200 | |
| changeset 179 | 9b703ece424f |
| 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> |