Re: FCGI error
"Bryan White" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
> 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