Make sure we run fcgi in forked mode... mediagoblin is not currently thread safe!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 30 Oct 2011 23:37:32 +0000 (18:37 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 30 Oct 2011 23:37:32 +0000 (18:37 -0500)
paste.ini

index 047ccff6af482501fc43293b5c751d4d0264eadf..8866789c63a27806d0c3288b9aa8f459366f5576 100644 (file)
--- a/paste.ini
+++ b/paste.ini
@@ -65,7 +65,7 @@ port = 6543
 
 # Use this if you want to connect via fastcgi
 [server:fcgi]
-use = egg:flup#fcgi
+use = egg:flup#fcgi_fork
 host = %(fcgi_host)s
 port = %(fcgi_port)s