I am using this guide: https://www.howtoforge.com/how-to-u...p-fpm-and-fastcgi-with-ispconfig-3-centos-6.3 The only error in running .configure was enable ftp not found. I have got to the make install section fine. php-fpm.conf.default didn't exist and I got it from github or somewhere. I am at /etc/init.d/php-5.3.22-fpm start and it fails with: "Starting php-fpm /etc/init.d/php-5.3.22-fpm: line 41: /opt/php-5.3.22/sbin/php-fpm: No such file or directory failed" I have gone through the init script and I do not even have the sbin or var folder for these lines: php_fpm_BIN=/opt/php-5.3.22/sbin/php-fpm or the php_fpm_PID=/opt/php-5.3.22/var/run/php-fpm.pid I have tried with PHP v. 5.4.33 as well and 5.4.12 and I am having the same issue. Can anyone help?