aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/mod_wsgi.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-04-02 11:05:35 +0000
committerMichael Scherer <misc@mageia.org>2012-04-02 11:05:35 +0000
commitf6c93e0bda5c042d0ee3d25348df04d069997fb3 (patch)
tree0a7ee7a3b46d04d6864e094a1579b2c5b383ce4e /modules/apache/templates/mod_wsgi.conf
parent2781f3c5b9174a2ff0c804a913835dde66926aac (diff)
downloadpuppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar.gz
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar.bz2
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.tar.xz
puppet-f6c93e0bda5c042d0ee3d25348df04d069997fb3.zip
move the others files in subdirectory
Diffstat (limited to 'modules/apache/templates/mod_wsgi.conf')
-rw-r--r--modules/apache/templates/mod_wsgi.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/apache/templates/mod_wsgi.conf b/modules/apache/templates/mod_wsgi.conf
deleted file mode 100644
index 0ecba31a..00000000
--- a/modules/apache/templates/mod_wsgi.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# http://code.google.com/p/modwsgi/wiki/ApplicationIssues
-# mainly for viewvc at the moment , when doing a diff
-WSGIRestrictStdout Off
-# again viewvc :
-# mod_wsgi (pid=20083): Callback registration for signal 15 ignored.
-# no bug reported upstream yet :/
-# WSGIRestrictSignal Off
-# reenabled, as this prevent apache from restarting properly
-
-# make sure transifex client work fine, as we need wsgi to pass autorisation
-# header to django ( otherwise, this just show error 401 )
-WSGIPassAuthorization On