
05-27-2007, 04:29 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
UDS socket is created by the server.
Is the python process running, maybe it dies immediately.
One way to trace it down is to use "strace" to trace the djyango process, command is like
Code:
strace -o strace.log <orignal FCGI command>
You probably cannot use this command directly in the App configuration, just create a wrapper shell script.
|