diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -1445,7 +1445,7 @@ ngx_http_fastcgi_add_variables(ngx_conf_
         return NGX_ERROR;
     }
 
-    var->handler = ngx_http_fastcgi_script_name_variable;
+    var->get_handler = ngx_http_fastcgi_script_name_variable;
 
     return NGX_OK;
 }