aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-08 09:30:36 +0000
committerMichael Scherer <misc@mageia.org>2011-03-08 09:30:36 +0000
commitb926df79761b21bb318197a038e9a363a76de6de (patch)
treec42a4520fd1058171904f9295d01c636ba193add /modules/viewvc/templates
parent47ca5131d7e63f8e0bddde7dc93f75a7e03e3bf2 (diff)
downloadpuppet-b926df79761b21bb318197a038e9a363a76de6de.tar
puppet-b926df79761b21bb318197a038e9a363a76de6de.tar.gz
puppet-b926df79761b21bb318197a038e9a363a76de6de.tar.bz2
puppet-b926df79761b21bb318197a038e9a363a76de6de.tar.xz
puppet-b926df79761b21bb318197a038e9a363a76de6de.zip
- use fastcgi rather than wsgi, as wsgi support of viewvc leak
memory or make apache apache unable to start
Diffstat (limited to 'modules/viewvc/templates')
-rw-r--r--modules/viewvc/templates/vhost.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/viewvc/templates/vhost.conf b/modules/viewvc/templates/vhost.conf
new file mode 100644
index 00000000..28916f98
--- /dev/null
+++ b/modules/viewvc/templates/vhost.conf
@@ -0,0 +1,2 @@
+ FastCgiServer /usr/share/viewvc/bin/wsgi/viewvc.fcgi -processes 4 -idle-timeout 30
+