> Could you please execute cherokee-admin with the -x parameter? It > allows the server to print debug information on the terminal it was > executed from. In this case, it'd print a Python backtrace in case the > cherokee-admin back-end failed. > > Hopefully that will give us some information.
Tried this before. I thought it's not very informative. After start: > Cherokee Web Server 0.11.0 (Nov 7 2008): Listening on port 9090, TLS > disabled, > IPv6 disabled, using epoll, 1024 fds system limit, max. 505 connections, > single thread This output appears after the first connect and the 503: > Server 0.11.0 running.. PID=9113 Port=4000 After the second and subsequent connects: > Traceback (most recent call last): > File "/usr/share/cherokee/admin/server.py", line 208, in <module> > main() > File "/usr/share/cherokee/admin/server.py", line 189, in main > srv = pyscgi.ServerFactory (True, handler_class=Handler, > host="127.0.0.1", port=scgi_port) > File "/usr/share/cherokee/admin/pyscgi.py", line 154, in ServerFactory > return SCGIServer(*args, **kargs) > File "/usr/share/cherokee/admin/pyscgi.py", line 144, in __init__ > SocketServer.ThreadingTCPServer.__init__ (self, (host, port), > handler_class) > File "/usr/lib64/python2.5/SocketServer.py", line 330, in __init__ > self.server_bind() > File "/usr/lib64/python2.5/SocketServer.py", line 341, in server_bind > self.socket.bind(self.server_address) > File "<string>", line 1, in bind > socket.error: (98, 'Address already in use')
begin:vcard fn:Pascal Hartig n:Hartig;Pascal adr:;;Brombeerring 72c;Altenholz;;24161;Deutschland email;internet:[EMAIL PROTECTED] tel;work:0431/3858414 tel;home:0431/3858415 tel;cell:01577/3710949 x-mozilla-html:FALSE url:http://rdrei.net/ version:2.1 end:vcard
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
