Make sure we run fcgi in forked mode... mediagoblin is not currently thread safe!
This commit is contained in:
@@ -65,7 +65,7 @@ port = 6543
|
|||||||
|
|
||||||
# Use this if you want to connect via fastcgi
|
# Use this if you want to connect via fastcgi
|
||||||
[server:fcgi]
|
[server:fcgi]
|
||||||
use = egg:flup#fcgi
|
use = egg:flup#fcgi_fork
|
||||||
host = %(fcgi_host)s
|
host = %(fcgi_host)s
|
||||||
port = %(fcgi_port)s
|
port = %(fcgi_port)s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user