And to make matters slightly more interesting, ever simnce I have enabled the Unix socket, /etc/init.d/php5-fpm start won't initialise PHP-FPM. No error message given either.
Are there any errors in the PHP-FPM error log? What's the output of Code: ls -la /tmp/ ? What's the output of Code: netstat -tapn ?
Hi Falko, Things are gettung more interesting. After reinstalling everything from the ground up, eventually I have managed to enable php-fpm. However, upon switching to unix socket mode, Lighttpd throws the following error: I must add that I had to touch /tmp/php5-fpm.sock because it was not automatically created by neither lighttpd nor php-fpm. [EDIT] Aghh... my extremely poor sight playing tricks on me. Copied isten = /tmp/php5-fpm.sock instaed of listen = /tmp/php5-fpm.sock Sorry about that