comparison src/http/modules/ngx_http_fastcgi_module.c @ 186:54aabf2b0bc6 NGINX_0_3_40

nginx 0.3.40 *) 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 <http://sysoev.ru>
date Wed, 19 Apr 2006 00:00:00 +0400
parents 87699398f955
children af37b7cb6698
comparison
equal deleted inserted replaced
185:a9c5dc369ffe 186:54aabf2b0bc6
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