]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/mod/wsgi.conf.erb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / wsgi.conf.erb
diff --git a/3rdparty/modules/apache/templates/mod/wsgi.conf.erb b/3rdparty/modules/apache/templates/mod/wsgi.conf.erb
new file mode 100644 (file)
index 0000000..18752d2
--- /dev/null
@@ -0,0 +1,13 @@
+# The WSGI Apache module configuration file is being
+# managed by Puppet an changes will be overwritten.
+<IfModule mod_wsgi.c>
+  <%- if @wsgi_socket_prefix -%>
+  WSGISocketPrefix <%= @wsgi_socket_prefix %>
+  <%- end -%>
+  <%- if @wsgi_python_home -%>
+  WSGIPythonHome "<%= @wsgi_python_home %>"
+  <%- end -%>
+  <%- if @wsgi_python_path -%>
+  WSGIPythonPath "<%= @wsgi_python_path %>"
+  <%- end -%>
+</IfModule>