comparison src/http/modules/ngx_http_fastcgi_module.c @ 1723:9b047c9e96c1 stable-0.5

r1587, r1588, r1589, r1590, r1592, r1599, r1629, r1636, r1674, r1681, r1682, r1683 merge: typo and style fixes
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 20:49:45 +0000
parents 6b81bbc36eaf
children b4d3c9c1ae20
comparison
equal deleted inserted replaced
1722:3b7262e720c1 1723:9b047c9e96c1
430 ngx_http_fastcgi_loc_conf_t *flcf; 430 ngx_http_fastcgi_loc_conf_t *flcf;
431 431
432 if (r->subrequest_in_memory) { 432 if (r->subrequest_in_memory) {
433 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0, 433 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
434 "ngx_http_fastcgi_module does not support " 434 "ngx_http_fastcgi_module does not support "
435 "subrequest in memeory"); 435 "subrequest in memory");
436 return NGX_HTTP_INTERNAL_SERVER_ERROR; 436 return NGX_HTTP_INTERNAL_SERVER_ERROR;
437 } 437 }
438 438
439 flcf = ngx_http_get_module_loc_conf(r, ngx_http_fastcgi_module); 439 flcf = ngx_http_get_module_loc_conf(r, ngx_http_fastcgi_module);
440 440