I have created a fresh droplet with Ubuntu 14.04 x64 LEMP
I’m getting this error log during the final loader check when installing the ioncube loader.
*2015/02/27 00:42:28 [crit] 1549#0: 1 connect() to unix:/var/run/php5-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: my ip, server: localhost, request: “GET /ioncube/loader-wizard.php?timeout=0&ini=0&page=loader_check HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”, host: “my vps ip”, referrer: “http://my vps ip/ioncube/loader-wizard.php?page=default”
Please help me understand how to correct this error.
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!
That error message implies that PHP-FPM is not running. The first step in debugging this would be to check on the processes status by running:
- sudo service php5-fpm status
You can restart the process using:
- sudo service php5-fpm restart
If the process has crashed for some reason, check the error log for any messages that can point towards the case.
- less /var/log/php5-fpm.log
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.