I have some problems setting a environment variable in the php-fpm pool config file.
When I set env[SOMENAME] = somevalue
in my /etc/php5/fpm/pool/www.conf
file php can not get the value with $_SERVER['SOMENAME']
. Are there some config settings I have to set in apache/php to get the value from that environment variable?