comparison src/http/modules/ngx_http_fastcgi_module.c @ 637:e60fe4cf1d4e release-0.3.40

nginx-0.3.40-RELEASE import *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Apr 2006 15:30:56 +0000
parents 65bf042c0b4f
children 715d24327080
comparison
equal deleted inserted replaced
636:21003753acbf 637:e60fe4cf1d4e
1443 NGX_HTTP_VAR_NOHASH); 1443 NGX_HTTP_VAR_NOHASH);
1444 if (var == NULL) { 1444 if (var == NULL) {
1445 return NGX_ERROR; 1445 return NGX_ERROR;
1446 } 1446 }
1447 1447
1448 var->handler = ngx_http_fastcgi_script_name_variable; 1448 var->get_handler = ngx_http_fastcgi_script_name_variable;
1449 1449
1450 return NGX_OK; 1450 return NGX_OK;
1451 } 1451 }
1452 1452
1453 1453