Tag: php-fpm

  • php5-fpm socket permission denied.

    by

    in

    After updating the system, one error occured, despite that everything worked before. 2014/10/19 23:01:34 [crit] 27407#0: *11 connect() to unix:/tmp/php.sock failed (13: Permission denied) while connecting to upstream, client: 78.58.224.49, server: domain.tld, request: “GET / HTTP/1.1”, upstream: “fastcgi://unix:/tmp/php.sock:”, host: “domain.tld” The reason of it is that despite the defined user: user = www-data group =…

  • Centos wordpress php-fpm + nginx + apc

    by

    in

    If you tired of having same old apache, and want something more fast and reliable, you can install nginx + php-fpm. Firstly you need to install new repo, to have ability to add those packages. And php-fpm works out of the box (without need to patch PHP) with version PHP 5.3. Official repository does not…