
08-01-2007, 09:41 PM
|
|
New Member
|
|
Join Date: Aug 2007
Posts: 5
|
|
Still digging ...
Got the idea from another thread of wrapping the fcgi script in a shell script
like this
Code:
#!/bin/bash
strace -o strace.log ./demoapp.py
When I hit the web page, no strace.log gets created.
In fact, as far as I can see, the UDS socket file isn't being created. Unless it gets created and disappears before I can catch it.
|