On 07-nov-08, at 15:10, Pascal Hartig wrote:

> source_interpreter.c:0381  
> (cherokee_source_interpreter_connect_polling):
> Giving up; spawned 3 secs ago: /usr/share/cherokee/admin/server.py  
> 4000
> /etc/cherokee/cherokee.conf


It seems that the Cherokee-admin back-end needed more that 3 seconds  
to be up and ready.

Could you please check whether this patch fixes the problem?

Index: cherokee/main_admin.c
===================================================================
--- cherokee/main_admin.c       (revision 2347)
+++ cherokee/main_admin.c       (working copy)
@@ -139,7 +139,8 @@
                                 "source!1!nick = app-logic\n"
                                 "source!1!type = interpreter\n"
                                 "source!1!host = localhost:%d\n"
-                                "source!1!interpreter = %s/server.py %d %s\n",
+                                "source!1!interpreter = %s/server.py %d %s\n"
+                                "source!1!timeout = 15\n",
                                 scgi_port, document_root, scgi_port, 
config_file);

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to