> Can you suggest any documentation I should read that describes how > FastCGI handles PIPES and file channels.
The FastCGI spec. should be fine. > I thought something like that was happening but, if that was the case > wouldn't the output to stderr and stdout end up in the rendered pages > (like they do for php pages). I have poked and prodded but as near as > I can tell normal stdout and stderr are just being dumped to /dev/null > and the rendering seems to be going its own direction. Well, you rarely want your errors just sent out. It ruins a lot of things, like image formats and such. You have to change Python's sys.stderr to something "better", perhaps a log file or something. It needs a real FD. Ludvig "toxik" Ericson [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---