FastCGI application not receiving multi-part data

Igor Sysoev is at rambler-co.ru
Fri Jul 17 12:46:52 MSD 2009


On Fri, Jul 17, 2009 at 12:52:58AM -0400, gerryw wrote:

> Hello All,
> 
> I have finally figured out what is happening, The are no envronment variables set.  For some reason getenv will return a bogus pointer at times, which will result in an invalid CONTENT_LENGTH and cause a segfault. Would there be any reason why these variables are not being set?

It seems you did not set or include fastcgi_param's:

    include conf/fastcgi_params;


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list