Re: Help! [No output from fcgi]
Sylvain Becker <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
I quickly check that library you are using for your template. I believe you should recompile this library with the "FCGI_studio.h" in the header. In fact, it contains several redefines "printf" to "FCGI_printf" which are mandatory for your thread to run correctly. They are no more usual "stdout", "stderr", all should redirect to a socket and communicate with the main fcgi process. Sylvain Becker. On 7/4/05, Patrick Lee <win32orphan-/[email protected]> wrote: > Hello Sylvain, > > thanks for your response. > as a normal CGI this works fine (i'm still running it on several sites), and > i've successfully created & runned simple FCGI app which outputted "Hello, > World". i tried to "isolate" the problem by erasing some part of my code, and i > guess the problem is with my template system (flate). > but i don't know for sure. > i really need help to solve this problem ASAP, i'm so desperate here (1 problem > without any solution for more than 2 weeks!). > > again, thanks for the help.. i really appreciate it! > > > > ___________________________________ > fastcgi-developers mailing list > http://fastcgi.com/fastcgi-developers/ > > > -- Sylvain Becker ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/