5 messages in ru.sysoev.nginx[dev] change in ngx_conf_merge_ptr_va...
FromSent OnAttachments
Manlio PerilloNov 24, 2007 9:25 am 
Igor SysoevNov 24, 2007 9:43 am 
Manlio PerilloNov 24, 2007 10:29 am 
Manlio PerilloNov 25, 2007 9:20 am 
Manlio PerilloNov 25, 2007 9:48 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[dev] change in ngx_conf_merge_ptr_value for 0.5.33Actions...
From:Manlio Perillo (manl@public.gmane.org)
Date:Nov 24, 2007 9:25:39 am
List:ru.sysoev.nginx

Igor, do you have made some changes in the ngx_conf_merge_ptr_value function?

In mod_wsgi I have: ngx_conf_merge_ptr_value(conf->callable_object, prev->callable_object, "application");

for directive wsgi_application_callable.

With 0.5.32 and 0.6.16, when the directive is not supplied, its value is "application".

With 0.5.33 it is NULL.

conf->callable_object is a char *.