By david748016
I’m trying to get some environment variables set in php-fpm. I’ve changed the php.ini variable_orders to ‘EGPCS’ and then in I edit /etc/php5/fpm/pool.d/www.conf
env[TEST] = something
I restart the php-fpm process with
/etc/init.d/php5-fpm restart
I restart nginx with
nginx -s reload
when I do a print_r($_ENV) on the site, nothing. is there something I’m missing?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I came across this issue and this didn’t add it to the $_ENV variable for me. I was however able to access it using getenv('VARIABLE')
I just tested this, and it looks like you simply need to restart FPM with:
service php5-fpm restart
for it to take effect. I’m not entirely sure why, but that seems be the case.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.