FastCGI application not receiving multi-part data

Daniel Rhodes rhodes.daniel at gmail.com
Thu Jul 16 11:17:05 MSD 2009


Is your FastCGI running on a socket or a port? On Linux, it should be
a socket (e.g. unix:/tmp/php.sock) , but on FreeBSD it should be a
port (e.g. 127.0.0.1:60000). I found this to be the cause of uploads
not being passed back through fastcgi one time.

-- DR

On Wed, Jul 15, 2009 at 10:31 PM, gerryw<nginx-forum at nginx.us> wrote:
> Hello All,
>
> I'm working on a FastCGI application the needs to support file upload. When a file is uploaded the FastCGI program is not receiving any data or envp other than METHOD. I think I have configured FastCGI correctly in the nginx config file, because other form submissions work.  Can anyone give me an idea what I could check?
>
> nginx version: latest
> FastCGI version: latest
>
>
> Thanks,
> Gerry
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,4091,4091#msg-4091
>
>
>





More information about the nginx mailing list