Re: Debugging comm with (dynamic) server aborted

Chris Lightfoot <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <a4M5iB/[email protected]>
On Tue, Oct 31, 2006 at 06:24:15AM -0800, Bill Moseley wrote:
> On Tue, Oct 31, 2006 at 02:17:15PM +0000, Chris Lightfoot wrote:
> > can you find the FastCGI server process and strace it?
> 
> trac.fcgi runs under my uid, but the web server runs under a uid I do
> not have access to.  I assume they are using FastCGIWrapper.
> 
> When I request /trac and it's waiting I do not see the process in my
> top or ps listing (I can only see my own processes due to the shared
> hosting setup.

ok, that sounds like the thing's failing at startup. move
trac to some other location and replace the fastcgi script
with something like,

    #!/bin/sh
    exec strace -o /tmp/my-trac-$$.strace /real/path/to/trac

and try invoking it from the web again, then look at the
generated file to see why it's failing.

-- 
``Good copy editors are still out there, trying somehow
  to sweep the ocean back with a broom.'' (Jeff Taylor)
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.