Hello,<div>today I setup nginx 1.0.11 with multiple virtual hosts using Zend's CE spawn-fcgi  as a backend.</div><div>All is working fine, but I can't</div><div>-propagate php's ADMIN values to the virtualhosts (I tried to add</div>
<div><br></div><div><div>location ~ \.php$                                                                                                                            </div><div>                {                                                                                                                                            </div>
<div>                        fastcgi_param  PHP_ADMIN_VALUE "open_basedir=/var/www/mysite</div><div>                        include        fastcgi_params;                                                                                                       </div>
<div>                }  </div></div><div><br></div><div>but a test php page doesn't see the correct value assigned to open_basedir)</div><div><br></div><div>-separate fcgi's error_log files, actually I couldn't even locate the file where the logs are saved.</div>
<div><br></div><div>Can you help me to solve these problems, please?</div><div>Thanks.</div>