comparison src/http/modules/ngx_http_fastcgi_module.c @ 3976:215fe9223419

update r3945 with more descriptive error message
author Igor Sysoev <igor@sysoev.ru>
date Fri, 29 Jul 2011 15:33:03 +0000
parents 502a6b0acf3f
children e0a435f5f504
comparison
equal deleted inserted replaced
3975:3ce20f216ede 3976:215fe9223419
2001 /* "fastcgi_cyclic_temp_file" is disabled */ 2001 /* "fastcgi_cyclic_temp_file" is disabled */
2002 conf->upstream.cyclic_temp_file = 0; 2002 conf->upstream.cyclic_temp_file = 0;
2003 2003
2004 conf->catch_stderr = NGX_CONF_UNSET_PTR; 2004 conf->catch_stderr = NGX_CONF_UNSET_PTR;
2005 2005
2006 ngx_str_set(&conf->upstream.module, "fastcgi");
2007
2006 return conf; 2008 return conf;
2007 } 2009 }
2008 2010
2009 2011
2010 static char * 2012 static char *