Quick question: Apache with php-fpm

Discussion in 'General' started by huehnchen, Feb 5, 2012.

  1. huehnchen

    huehnchen New Member

    Hi @all,

    is it possible to manage an apache+php-fpm with ispconfig 3 ?

    Best regards
    Huehnchen
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats not implemented.PHP-fpm is available for nginx only while apache uses fast-cgi instead.
     
  3. huehnchen

    huehnchen New Member

    Thanks for your answer!

    It's so bad. We're building a cluster system over different data centers with glusterfs. The main problem is the latency because of the distance. We solved this issue by using php cache modules, like apc. But to use this with an apache server, php-fpm is required (we don't wan't to use mod_php)...

    We will continue to watching the development!

    Best regards
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you tried fastcgi (not cgi)? Fastcgi is also a daemon process similar to php-fpm that is reused for incoming php requests and can use php binary caches as well.
     
  5. huehnchen

    huehnchen New Member

    Your're right. Our tests has shown, that the performance difference is hugh... The concept to spawn fastcgi child processes is slow and needs a lot of memory in contrast to php-fpm...
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats good to know. Iwasnt aware that there is such a huge difference performance wise. I will see if we can add php-fpm for apache then too.
     
  7. beyerservice

    beyerservice Member HowtoForge Supporter

    nice to hear that.
     

Share This Page