Let's just use the defaults as shipped and start the php-fpm daemon; if your distro uses the provided init script, run php
/etc/init.d/php-fpm start ide
Or if not, start it manually with php-fpm
php-fpm -y /path/to/php-fpm.conf -c /path/to/custom/php.ini ip
If you don't provide php-fpm with its own php.ini file, the global php.ini will be used. it