yevgenko / cookbook-php-fpm

Installs/Configures php-fpm
http://community.opscode.com/cookbooks/php-fpm
Apache License 2.0
68 stars 117 forks source link

Please make socket owner configurable #40

Closed ghost closed 10 years ago

ghost commented 10 years ago

Please update this section of the pool configuration:

;listen.owner = nobody
;listen.group = nobody
listen.mode = 0660

The mode recently changed from 0666 to 0660 which makes the web server no longer able to access the socket. Ideally all three parameters should be overridable attributes.

Thanks

paulRbr commented 10 years ago

:+1: Did a PR for that #41

dwradcliffe commented 10 years ago

:+1:

wridgers commented 10 years ago

:thumbsup:

adamdunkley commented 10 years ago

:+1:

yevgenko commented 10 years ago

Thank you a lot, guys! However there is one more PR #39 that covering such improvement. Exciting :octocat:

ghost commented 10 years ago

39 doesn't cover mode. Simple enough to change.

dnno commented 10 years ago

I can add the mode being configurable to my changes over the weekend...

dnno commented 10 years ago

Added configurable listen.mode property to my PR #39

yulrizka commented 10 years ago

:+1:

yevgenko commented 10 years ago

Thank you everyone, the problem is now solved :)