For the benefit of those who will encounter the same problem: reading the error logs helps a lot.
In my case it said: Permision denied /tmp/php5-fpm.sock
A look at it showed that the owner is root and access is rw-rw----, so lighttpd could not access it. Changing to rw-rw-rw- did the trick.
Now need to check why the hell the access right have changed after the upgrade - but this is not a topic for this thread.
Thanks to mariosipad for his input.
Cheers
Joshi
|