cookbook-php-fpm icon indicating copy to clipboard operation
cookbook-php-fpm copied to clipboard

Installs/Configures php-fpm

Results 32 cookbook-php-fpm issues
Sort by recently updated
recently updated
newest added

The install recipe attempts to utilize upstart for versions of Ubuntu at 13.10 and beyond (see lines 44-46). I discovered that 15.04 does not ship with upstart enabled and instead...

![screenshot 2014-12-11 18 10 23](https://cloud.githubusercontent.com/assets/1360859/5398473/ea06ebf4-8162-11e4-8f8d-499a31d6f700.png)

I'm updating value of start_servers parameter from override_attributes in my role. It is not updating that value.

When i'm trying to install php-fpm on Ubuntu 14.04 i get this error. Using Bento Ubuntu-14.04 box. ``` * package[php5-fpm] action upgrade[2014-10-17T13:42:13+00:00] INFO: Processing package[php5-fpm] action upgrade (php-fpm::install line 33)...

When I simply do `include_recipe "php-fpm"`, I get a recipe compile error. If I use the definition directly and install PHP-FPM from another recipe, it works fine. I think the...

Any chance you can update the php5-fpm properties on the Supermarket site. The cookbook currently doesn't link back to Github. Also the Changelog in the repo here should be new...

Update to resolve [CVE-2013-0269](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0269). Both `chef` and `knife-ec2` were impacted. There were a few other things impacting the chef-client including heartbleed and [CVE-2014-2525](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-2525). Added .vagrant to the .gitignore.

I was getting an error where the php-fpm package ended up being '' (the empty string) because the test to set it in the recipe uses `nil?` and playing with...

This needs to be configurable in the template. The default setting for cgi.fix_pathinfo in php-fpm is insecure. https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-14-04 for more info.