> I'm sending json endoded data using zend framework. Now what could be a > problem? Are there any standarts how headers should be built for fastcgi. Mostly you just need a content type header, a blank line and then the content. -- Bryan White